Migrating ConsoleGlobalMessageManager in svelte
This commit is contained in:
parent
1880022971
commit
232fd33ec8
15 changed files with 386 additions and 509 deletions
5
front/src/Stores/ConsoleGlobalMessageManagerStore.ts
Normal file
5
front/src/Stores/ConsoleGlobalMessageManagerStore.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
import { writable } from "svelte/store";
|
||||
|
||||
export const ConsoleGlobalMessageManagerVisibleStore = writable(false);
|
||||
|
||||
export const ConsoleGlobalMessageManagerFocusStore = writable(false);
|
Loading…
Add table
Add a link
Reference in a new issue