This commit is contained in:
adm
2024-02-29 02:39:06 +03:00
parent fe7a546f91
commit e5cd1b67eb
87 changed files with 21432 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
---
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>