---
import Layout from "../layouts/Layout.astro";
import LoginPage from "../components/Login";
<Layout title="">
<LoginPage client:load />
</Layout>