diff --git a/src/App.svelte b/src/App.svelte index 6122871..6baf20d 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -18,6 +18,8 @@ profileStore.set(undefined); } } + + let mobileNavOpen = false; @@ -34,13 +36,16 @@

{import.meta.env.VITE_TITLE}

- -