mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-05-20 10:24:53 +00:00
Effort to transition to TypeScript
Remove commit warnings
This commit is contained in:
parent
4f0ecd33e4
commit
1486c1b70a
18 changed files with 93 additions and 87 deletions
|
@ -1,5 +1,5 @@
|
|||
<script>
|
||||
import MenuItem from "%/components/MenuItem.svelte";
|
||||
import MenuItem from "./MenuItem.svelte";
|
||||
|
||||
export let items = [];
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue