12 lines
293 B
Plaintext
12 lines
293 B
Plaintext
---
|
|
import LayoutStacked from '../../app/LayoutStacked.astro'
|
|
//import FormSignIn from '../../widgets/FormSignIn.astro'
|
|
import SignIn from '../../widgets/sign-in.vue'
|
|
---
|
|
|
|
<LayoutStacked>
|
|
<div class="min-h-screen align-middle flex pb-[12vh]">
|
|
<SignIn client:load/>
|
|
</div>
|
|
</LayoutStacked>
|