1
0
Fork 0

feat: setup autoform and create context start wrote

This commit is contained in:
Konrad Geletey 2024-12-14 23:57:24 +03:00
parent d5fd820c35
commit ab17a1c40a
Signed by: kglt
GPG key ID: 386DEE24B60BD996
6 changed files with 104 additions and 0 deletions

View file

@ -0,0 +1,9 @@
---
import Default from "@/layouts/Default.astro"
import ContextCreate from "@/components/ContextCreate.vue"
---
<Default>
<ContextCreate />
</Default>