diff --git a/frontend/src/App.svelte b/frontend/src/App.svelte index 4ab0ec1..b5fff04 100644 --- a/frontend/src/App.svelte +++ b/frontend/src/App.svelte @@ -4,13 +4,10 @@ import { user } from "./stores"; - import Navbar from "./Navbar.svelte"; import P404 from "./pages/P404.svelte"; import Mining from "./pages/mining/Mining.svelte"; - import Footer from "./Footer.svelte"; import BaseLayout from "./BaseLayout.svelte"; import Monitoring from "./pages/monitoring/Monitoring.svelte"; - import Bar from "./pages/playground/Bar.svelte"; onMount(async () => { const res = await fetch("/user/me"); @@ -27,23 +24,6 @@ - - -
-
-
-

Fullheight hero

-

Fullheight subtitle

-
-
-
-
-
- - - - - diff --git a/frontend/src/Navbar.svelte b/frontend/src/Navbar.svelte index f40a814..34a1b07 100644 --- a/frontend/src/Navbar.svelte +++ b/frontend/src/Navbar.svelte @@ -30,8 +30,6 @@