WIP: svelte menu
This commit is contained in:
parent
41a1f56bd5
commit
fecbc8a018
18 changed files with 623 additions and 198 deletions
|
@ -1,3 +1,4 @@
|
|||
import { derived, writable, Writable } from "svelte/store";
|
||||
|
||||
export const menuIconVisible = writable(false);
|
||||
export const menuVisible = writable(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue