begin js(x) to ts(x)

This commit is contained in:
2025-12-19 11:59:00 -05:00
parent 564bfefa4a
commit 823c8b52b3
51 changed files with 1342 additions and 584 deletions

View File

@@ -6,7 +6,7 @@ import Root from "@/components/AppLayout.jsx";
// Middleware redirects to /login if not authenticated
const user = Astro.locals.user as any;
---
<Base>
<Base title="TRip Requests" description="TRip Requests / Status">
<section class="page-section trip-section" transition:animate="none">
<Root child="qs2.RequestManagement" client:only="react" transition:persist />
</section>