User Tickets

This commit is contained in:
Moritz Utcke
2024-03-08 14:46:58 +07:00
parent 976afd1cd4
commit 538fc7eb01
6 changed files with 178 additions and 6 deletions

View File

@@ -8,6 +8,7 @@ import Header from "../components/Header.astro";
import SidebarLeft from "../components/SidebarLeft.astro";
import SidebarRight from "../components/SidebarRight.astro";
import { NotificationWrapper } from "@ibcornelsen/ui";
import TicketPopup from "../components/Tickets/TicketButton.svelte"
export interface Props {
title: string;
@@ -104,6 +105,7 @@ const schema = JSON.stringify({
</main>
<Footer />
<NotificationWrapper client:load />
<TicketPopup client:load />
</body>
</html>