mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-06-03 17:03:13 +00:00
Update test api to TypeScript for better type handling
This commit is contained in:
parent
04f7d40e52
commit
4f0ecd33e4
7 changed files with 26 additions and 31 deletions
|
@ -4,7 +4,7 @@
|
|||
import LoadingBar from "%/components/LoadingBar.svelte";
|
||||
import MenuList from "%/components/MenuList.svelte";
|
||||
import DropDown from "%/components/DropDown.svelte";
|
||||
import { getMenuItems } from "%/lib/test-api.js";
|
||||
import { getMenuItems } from "%/lib/test-api.ts";
|
||||
|
||||
let items = getMenuItems();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue