website/index.tsx

9 lines
114 B
TypeScript

export default function() {
return (
<>
<h1>Foster Hangdaan</h1>
<p>Welcome!</p>
</>
);
}