minor
This commit is contained in:
12
src/pages/qs2/index.astro
Normal file
12
src/pages/qs2/index.astro
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
import MediaRequestForm from "@/components/qs2/MediaRequestForm"
|
||||
import Base from "@/layouts/Base.astro";
|
||||
import Root from "@/components/AppLayout.jsx";
|
||||
---
|
||||
<Base>
|
||||
<section>
|
||||
<div class="prose prose-neutral dark:prose-invert">
|
||||
<Root child="qs2.MediaRequestForm" client:only="react">
|
||||
</Root>
|
||||
</section>
|
||||
</Base>
|
||||
Reference in New Issue
Block a user