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