1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2024-11-22 16:04:21 +00:00
triennale-appunti-steffo/app/page.tsx
2023-03-15 09:07:38 +00:00

3 lines
No EOL
68 B
TypeScript

export default function Page() {
return <h1>Hello, Next.js!</h1>;
}