1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2024-11-25 09:24:21 +00:00
triennale-appunti-steffo/app/page.tsx

3 lines
68 B
TypeScript
Raw Normal View History

2023-03-15 09:07:38 +00:00
export default function Page() {
return <h1>Hello, Next.js!</h1>;
}