13 lines
323 B
Plaintext
13 lines
323 B
Plaintext
|
|
---
|
||
|
|
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>
|