diff --git a/src/App.svelte b/src/App.svelte index 664a271..8834864 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -9,18 +9,14 @@ Checkbox, DarkMode, } from "flowbite-svelte"; - import Progressbar from "./lib/Progressbar.svelte"; - import { - AddressCardSolid, ArrowRightFromBracketSolid, ArrowRightToBracketSolid, - ReplyAllSolid, UserPlusSolid, UserSettingsSolid, + UserSolid, } from "flowbite-svelte-icons"; - import ezppLogo from "../public/favicon.png"; let loggedIn = true; @@ -58,7 +54,7 @@ - + Profile {/if}