mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-06-01 16:13:10 +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
|
@ -2,11 +2,9 @@
|
|||
import Router from 'svelte-spa-router';
|
||||
import { replace, link } from 'svelte-spa-router';
|
||||
import active from 'svelte-spa-router/active'
|
||||
import { TwitterLogo, FacebookLogo, InstagramLogo, TiktokLogo } from 'phosphor-svelte';
|
||||
|
||||
import routes from '%/routes.js';
|
||||
import TwitterLogo from 'phosphor-svelte/lib/TwitterLogo';
|
||||
import FacebookLogo from 'phosphor-svelte/lib/FacebookLogo';
|
||||
import InstagramLogo from 'phosphor-svelte/lib/InstagramLogo';
|
||||
import TiktokLogo from 'phosphor-svelte/lib/TiktokLogo';
|
||||
import Logo from '/LogoAlt.svg';
|
||||
|
||||
const links = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue