website/index.tsx

9 lines
114 B
TypeScript
Raw Normal View History

2023-07-23 16:44:56 -04:00
export default function() {
return (
<>
<h1>Foster Hangdaan</h1>
<p>Welcome!</p>
</>
);
}