3 lines
72 B
TypeScript
3 lines
72 B
TypeScript
export default function Page() {
|
|
return <h1>Hello, Next.js!</h1>
|
|
} |