feat: added linters, tests and started styles
This commit is contained in:
parent
38fb9a5189
commit
3adfe995d2
17 changed files with 645 additions and 42 deletions
9
src/layouts/Default.astro
Normal file
9
src/layouts/Default.astro
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
import Base from "@/layouts/Base.astro"
|
||||
---
|
||||
|
||||
|
||||
<Base>
|
||||
<slot />
|
||||
</Base>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue