fix: lang=ts dans navbar
This commit is contained in:
parent
8e2fbcba0c
commit
be154398f7
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
<script>
|
||||
<script lang="ts">
|
||||
import routes from '$lib/Routes'
|
||||
import LightSwitch from "@/components/LightSwitch.svelte";
|
||||
import HamburgerMenu from "@/components/HamburgerMenu.svelte";
|
||||
export let path;
|
||||
export let path: string;
|
||||
</script>
|
||||
|
||||
<div class='h-14 w-full top-0 left-0 sticky flex justify-center items-center bg-background'>
|
||||
|
|
Loading…
Add table
Reference in a new issue