mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-06-02 08:23:14 +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,11 +1,7 @@
|
|||
<script>
|
||||
import { link } from 'svelte-spa-router';
|
||||
import Acorn from 'phosphor-svelte/lib/Acorn';
|
||||
import Fish from 'phosphor-svelte/lib/Fish';
|
||||
import Leaf from 'phosphor-svelte/lib/Leaf';
|
||||
import Pepper from 'phosphor-svelte/lib/Pepper';
|
||||
import ArrowUpRight from 'phosphor-svelte/lib/ArrowUpRight';
|
||||
import GrainsSlash from 'phosphor-svelte/lib/GrainsSlash';
|
||||
import { Acorn, Fish, Leaf, Pepper, ArrowUpRight, GrainsSlash } from 'phosphor-svelte';
|
||||
|
||||
import LoadingImage from '/MenuItemLoadingAlt.svg';
|
||||
|
||||
export let id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue