9 lines
163 B
Plaintext
9 lines
163 B
Plaintext
---
|
|
import LoginForm from "../components/LoginForm.astro";
|
|
import BaseLayout from "../layouts/BaseLayout.astro";
|
|
---
|
|
|
|
<BaseLayout>
|
|
<LoginForm />
|
|
</BaseLayout>
|