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