root layout

This commit is contained in:
itsMapleLeaf
2023-03-12 13:36:03 -05:00
parent eb0409f1a2
commit 95041acfd4
16 changed files with 231 additions and 5 deletions

View File

@@ -1 +1,5 @@
<h1>hi world</h1>
---
import Layout from "~/layout.astro"
---
<Layout>content!</Layout>