10 lines
115 B
Svelte
10 lines
115 B
Svelte
<script>
|
|
import '../app.pcss';
|
|
|
|
import { ModeWatcher } from 'mode-watcher';
|
|
</script>
|
|
|
|
<ModeWatcher />
|
|
|
|
<slot />
|