Files
www/src/app/page.tsx
2025-04-04 11:38:44 +02:00

4 lines
67 B
TypeScript

export default async function Home() {
return <div>Hello</div>
}