fix: moved toaster

This commit is contained in:
glazk0 2024-09-17 19:13:37 +02:00
parent 22370139b5
commit 26cd9432e5
No known key found for this signature in database
GPG key ID: E45BF177782B9FEB

View file

@ -18,8 +18,8 @@
class="flex w-full flex-1 transform flex-col overflow-y-auto p-4 duration-300 ease-in-out"
>
<slot />
<Toaster position="top-right" />
</div>
<Toaster position="top-right" />
</div>
</div>
</div>