diff --git a/front/src/App.svelte b/front/src/App.svelte index ef978b5..dd7a050 100644 --- a/front/src/App.svelte +++ b/front/src/App.svelte @@ -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 = { diff --git a/front/src/components/DropDown.svelte b/front/src/components/DropDown.svelte index a4d8a9e..bd390c1 100644 --- a/front/src/components/DropDown.svelte +++ b/front/src/components/DropDown.svelte @@ -1,5 +1,5 @@