diff --git a/src/App.svelte b/src/App.svelte index 799a85c..95bd213 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -5,16 +5,11 @@ DropdownItem, DropdownHeader, DropdownDivider, - Button, - Checkbox, } from "flowbite-svelte"; - import Progressbar from "./lib/Progressbar.svelte"; import { ArrowRightFromBracketSolid, ArrowRightToBracketSolid, - UserPlusSolid, UserSettingsSolid, - UserSolid, } from "flowbite-svelte-icons"; import ezppLogo from "../public/favicon.png"; import { currentPage, currentUser } from "./storage/localStore"; @@ -45,9 +40,9 @@
EZPPFarm Logo - EZPPLauncher + + EZPPLauncher +
{#if $currentPage == Page.Launch}
@@ -68,14 +63,6 @@ {loggedIn ? user?.email : "Please log in!"} - {#if loggedIn} - - {/if} currentPage.set(Page.Settings)} @@ -104,12 +91,6 @@ /> Login - {/if} {/if}