ActionsMenu WIP
This commit is contained in:
parent
ad2dd1c8d5
commit
fd012d6c69
5 changed files with 80 additions and 3 deletions
|
@ -4,6 +4,8 @@ export const userMovingStore = writable(false);
|
|||
|
||||
export const requestVisitCardsStore = writable<string | null>(null);
|
||||
|
||||
export const requestActionsMenuStore = writable(true);
|
||||
|
||||
export const userIsAdminStore = writable(false);
|
||||
|
||||
export const limitMapStore = writable(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue