mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-06-03 17:03:13 +00:00
Add phosphor pre-preprocessor, to improve readability of code
This commit is contained in:
parent
bfbd393b46
commit
2686fb904c
11 changed files with 24 additions and 26 deletions
|
@ -1,5 +1,6 @@
|
|||
<script>
|
||||
import ArrowClockwise from "phosphor-svelte/lib/ArrowClockwise";
|
||||
import { ArrowClockwise } from "phosphor-svelte";
|
||||
|
||||
import MenuList from "%/components/MenuList.svelte";
|
||||
import DropDown from "%/components/DropDown.svelte";
|
||||
import { getMenuItems } from "%/lib/api.js";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue