Add groups page. Update landing Add toastmagic

This commit is contained in:
joeplikestocode
2026-02-28 21:46:08 +01:00
parent 09b2b988f7
commit e405fec5c2
24 changed files with 2000 additions and 17 deletions

View File

@@ -8,6 +8,7 @@
@vite(['resources/css/app.css', 'resources/js/app.js'])
@livewireStyles
{!! ToastMagic::styles() !!}
</head>
<body class="min-h-dvh bg-background text-foreground">
@@ -22,5 +23,6 @@
</div>
@livewireScripts
{!! ToastMagic::scripts() !!}
</body>
</html>