mirror of
https://github.com/wireadmin/wireadmin
synced 2025-06-26 18:28:06 +00:00
10 lines
206 B
Svelte
10 lines
206 B
Svelte
<script lang="ts">
|
|
import '../app.css';
|
|
import { Toaster } from 'svelte-french-toast';
|
|
import { ModeWatcher } from 'mode-watcher';
|
|
</script>
|
|
|
|
<ModeWatcher defaultMode="system" />
|
|
<slot />
|
|
<Toaster />
|