mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-10 09:02:49 +00:00
UI Overhaul
This commit is contained in:
7
client/app/stores/root.store.ts
Normal file
7
client/app/stores/root.store.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { AppStore } from './app.store';
|
||||
|
||||
export class RootStore {
|
||||
public appStore = new AppStore();
|
||||
}
|
||||
|
||||
export const rootStoreInstance = new RootStore();
|
||||
Reference in New Issue
Block a user