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

4 lines
53 B
TypeScript

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