2024-04-05 17:53:42 +02:00
|
|
|
<script>
|
2024-04-08 17:12:39 +02:00
|
|
|
import '../app.pcss';
|
2024-04-27 11:16:59 +02:00
|
|
|
|
|
|
|
import { ModeWatcher } from 'mode-watcher';
|
2024-04-05 17:53:42 +02:00
|
|
|
</script>
|
|
|
|
|
2024-04-27 11:16:59 +02:00
|
|
|
<ModeWatcher />
|
|
|
|
|
2024-04-05 17:53:42 +02:00
|
|
|
<slot />
|