nebula2 / src /components /toasts /ToastWrapper.svelte
soiz1's picture
Upload folder using huggingface_hub
01fcadf verified
raw
history blame contribute delete
160 Bytes
<script lang="ts">
import { Toaster } from "svelte-french-toast";
</script>
<div class="hidden" id="toastwrapper">
<Toaster />
<slot />
</div>