Files
pokeshare/src/pages/login.astro
T
2026-07-28 08:58:44 +02:00

9 lines
163 B
Plaintext

---
import LoginForm from "../components/LoginForm.astro";
import BaseLayout from "../layouts/BaseLayout.astro";
---
<BaseLayout>
<LoginForm />
</BaseLayout>