pchl-astro/src/pages/espace-membres.astro

8 lines
172 B
Plaintext

---
import Layout from '../layouts/Layout.astro';
import Login from '../components/Login.tsx'
---
<Layout title="Espace membres">
<Login client:only="preact"/>
</Layout>