website/routes/profil/index.tsx

9 lines
103 B
TypeScript

export default function Profil() {
return (
<>
<h1>Profil</h1>
<section></section>
</>
)
}