mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-05-22 19:34:54 +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
|
@ -4,10 +4,10 @@
|
|||
import { ArrowUpRight } from "phosphor-svelte";
|
||||
import L from 'leaflet';
|
||||
|
||||
import { getPopularToday } from "%/lib/test-api.ts";
|
||||
import LoadingBar from "%/components/LoadingBar.svelte";
|
||||
import AnnouncementBanner from "%/components/AnnouncementBanner.svelte";
|
||||
import MenuList from "%/components/MenuList.svelte";
|
||||
import { getPopularToday } from "../lib/test-api";
|
||||
import LoadingBar from "../components/LoadingBar.svelte";
|
||||
import AnnouncementBanner from "../components/AnnouncementBanner.svelte";
|
||||
import MenuList from "../components/MenuList.svelte";
|
||||
|
||||
let items = getPopularToday();
|
||||
|
||||
|
@ -72,7 +72,7 @@
|
|||
|
||||
|
||||
<style lang="scss">
|
||||
@import "%/styles/vars";
|
||||
@import "../styles/vars";
|
||||
|
||||
a {
|
||||
margin-top: 8px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue