bam/app/page.tsx
Felix Schulze 4db42044ce
All checks were successful
Lint / Lint (push) Successful in 1m8s
styles, form, backend partial
2024-10-18 13:12:19 +02:00

4 lines
58 B
TypeScript

export default function Home() {
return "helloworld";
}