ASPNetCore/Next/pages/index.tsx

6 lines
89 B
TypeScript

function Index() {
return (
<p>Hello World</p>
);
}
export default Index;