diff --git a/fclauncher/frontend/src/App.svelte b/fclauncher/frontend/src/App.svelte
index 3fa73fe..b11c1f4 100644
--- a/fclauncher/frontend/src/App.svelte
+++ b/fclauncher/frontend/src/App.svelte
@@ -6,6 +6,7 @@
import { onMount } from 'svelte'
import { loading } from './global.ts'
import { slide } from 'svelte/transition'
+ import Navbar from './Navbar.svelte';
let width: int = 10
@@ -17,7 +18,11 @@
-
+
+
+
+
+
{#if $loading}
@@ -27,9 +32,17 @@
{/if}
+
diff --git a/fclauncher/frontend/src/Navbar.svelte b/fclauncher/frontend/src/Navbar.svelte
index e69de29..0a73f27 100644
--- a/fclauncher/frontend/src/Navbar.svelte
+++ b/fclauncher/frontend/src/Navbar.svelte
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
\ No newline at end of file