mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-05-20 10:24:53 +00:00
Set image value in Item to list, to support more images in the future
Set all pages to Typescript
This commit is contained in:
parent
7d8d19a6e9
commit
9dce9235d6
16 changed files with 63 additions and 59 deletions
|
@ -1,7 +1,8 @@
|
|||
<script>
|
||||
<script lang="ts">
|
||||
import { type Item } from "../lib/types";
|
||||
import MenuItem from "./MenuItem.svelte";
|
||||
|
||||
export let items = [];
|
||||
export let items: Item[];
|
||||
</script>
|
||||
|
||||
<ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue