added admin link to the warning container
This commit is contained in:
parent
41ac51f291
commit
ebdcf8804d
8 changed files with 38 additions and 17 deletions
|
@ -2,4 +2,6 @@ import { writable } from "svelte/store";
|
|||
|
||||
export const userMovingStore = writable(false);
|
||||
|
||||
export const requestVisitCardsStore = writable<string|null>(null);
|
||||
export const requestVisitCardsStore = writable<string | null>(null);
|
||||
|
||||
export const userIsAdminStore = writable(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue