mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-05-31 15:53:12 +00:00
Add contact form
Fake API Make Index resize to mobile better Add error colour
This commit is contained in:
parent
8ab0957a85
commit
04adf38b46
11 changed files with 248 additions and 59 deletions
|
@ -1,7 +1,7 @@
|
|||
<script>
|
||||
import MenuList from "%/pages/elements/MenuList.svelte";
|
||||
import LoadingImage from "/MenuItemLoading.svg";
|
||||
import Items from '%/testData.js';
|
||||
import Items from '%/lib/testData.js';
|
||||
|
||||
let items = Items;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue