9 lines
146 B
Plaintext
9 lines
146 B
Plaintext
|
---
|
||
|
import CreatePage from '../components/Views/Create'
|
||
|
import Zine from '../layouts/zine.astro'
|
||
|
---
|
||
|
|
||
|
<Zine>
|
||
|
<CreatePage client:load />
|
||
|
</Zine>
|