mirror of
https://github.com/Steffo99/unisteffo.git
synced 2024-11-25 09:24:21 +00:00
3 lines
68 B
TypeScript
3 lines
68 B
TypeScript
|
export default function Page() {
|
||
|
return <h1>Hello, Next.js!</h1>;
|
||
|
}
|