mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-06-07 02:43:12 +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,10 +1,10 @@
|
|||
<script>
|
||||
import { SmileySad } from "phosphor-svelte";
|
||||
|
||||
import Cart from "%/lib/cart.ts";
|
||||
import { getPopularToday, getItemByUUID } from "%/lib/test-api.ts";
|
||||
import MenuList from "%/components/MenuList.svelte";
|
||||
import LoadingBar from "%/components/LoadingBar.svelte";
|
||||
import { getPopularToday, getItemByUUID } from "../lib/test-api";
|
||||
import Cart from "../lib/cart";
|
||||
import MenuList from "../components/MenuList.svelte";
|
||||
import LoadingBar from "../components/LoadingBar.svelte";
|
||||
import LoadingImage from "/MenuItemLoading.svg";
|
||||
|
||||
export let params;
|
||||
|
@ -83,7 +83,7 @@
|
|||
</div>
|
||||
|
||||
<style lang="scss">
|
||||
@import "%/styles/vars";
|
||||
@import "../styles/vars";
|
||||
|
||||
$padding: 1px;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue