🚸 Added stores for navbar and added feature-overview

This commit is contained in:
Mawoka
2022-03-03 17:42:41 +01:00
parent c126bbcd59
commit 829fbc768d
6 changed files with 41 additions and 9 deletions
+4
View File
@@ -0,0 +1,4 @@
import { writable } from 'svelte/store';
export const navbarVisible = writable(true);