Files
minabot/src/pages/Home.tsx
2026-09-04 07:40:35 +02:00

4 lines
51 B
TypeScript

export function Home() {
return <h1>Home</h1>;
}