Effort to transition to TypeScript

Remove commit warnings
This commit is contained in:
Michał Gdula 2024-05-02 19:10:21 +01:00
parent 4f0ecd33e4
commit 1486c1b70a
18 changed files with 93 additions and 87 deletions

View file

@ -1,5 +1,5 @@
<script>
import MenuItem from "%/components/MenuItem.svelte";
import MenuItem from "./MenuItem.svelte";
export let items = [];
</script>