diff options
Diffstat (limited to 'code/app/src/routes/(main)/+layout.svelte')
| -rw-r--r-- | code/app/src/routes/(main)/+layout.svelte | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/code/app/src/routes/(main)/+layout.svelte b/code/app/src/routes/(main)/+layout.svelte index 1a870bb..7d4ce05 100644 --- a/code/app/src/routes/(main)/+layout.svelte +++ b/code/app/src/routes/(main)/+layout.svelte @@ -1,7 +1,6 @@ <script lang="ts"> import "../../app.pcss"; import { setLocale } from "$lib/i18n/i18n-svelte"; - import LocaleSwitcher from "$lib/components/locale-switcher.svelte"; import { ExclamationTriangleIcon } from "$lib/components/icons"; import type { LayoutData } from "./$types"; @@ -25,5 +24,4 @@ </div> {/if} -<LocaleSwitcher /> <slot /> |
