blob: 4be4b21d22dd7b06a32c28b029b6eeecfa582fe8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
<script lang="ts">
import LocaleSwitcher from "$components/locale-switcher.svelte";
</script>
<header class="flex">
<div class="flex justify-end">
<LocaleSwitcher />
</div>
</header>
|