Add toast

This commit is contained in:
2025-03-09 19:26:19 +01:00
parent ce9ed1f950
commit bb31650718
11 changed files with 83 additions and 23 deletions

View File

@@ -1,6 +1,7 @@
---
import Container from "../components/Container.svelte";
import "$lib/styles/app.css";
import { Toaster } from "$lib/components/ui/sonner/index.js";
---
<html lang="en">
@@ -15,6 +16,7 @@ import "$lib/styles/app.css";
<title>Followspot</title>
</head>
<body class="flex h-dvh w-screen items-center justify-center overflow-hidden">
<Toaster client:load />
<Container client:load />
</body>
</html>