1
0
Fork 0

feat: added linters, tests and started styles

This commit is contained in:
Konrad Geletey 2024-11-03 00:10:03 +03:00
parent 38fb9a5189
commit 3adfe995d2
Signed by: kglt
GPG key ID: 386DEE24B60BD996
17 changed files with 645 additions and 42 deletions

View file

@ -0,0 +1,9 @@
---
import Base from "@/layouts/Base.astro"
---
<Base>
<slot />
</Base>