This commit is contained in:
vcoppe
2024-06-26 20:33:01 +02:00
parent 67cbc12dc9
commit 1198390d7d
9 changed files with 159 additions and 17 deletions

View File

@@ -1,12 +1,5 @@
<script>
<script lang="ts">
import '../app.pcss';
import { ModeWatcher } from 'mode-watcher';
import { isLoading } from 'svelte-i18n';
</script>
<ModeWatcher />
{#if !$isLoading}
<slot />
{/if}
<slot />