mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-06-02 00:13:15 +00:00
Remove unused 500
rename MenuList to MenuItemGrid to represent the component better Adjust 404 page
This commit is contained in:
parent
fecbe77a1d
commit
865654de87
8 changed files with 18 additions and 56 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
import { getMenuItems } from "../lib/test-api";
|
||||
import LoadingBar from "../components/LoadingBar.svelte";
|
||||
import MenuList from "../components/MenuList.svelte";
|
||||
import MenuList from "../components/MenuItemGrid.svelte";
|
||||
import DropDown from "../components/DropDown.svelte";
|
||||
|
||||
let items = getMenuItems();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue