mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-12 01:52:49 +00:00
client - use mobx as state container
This commit is contained in:
5
client/app/stores/stores.ts
Normal file
5
client/app/stores/stores.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import userStore from './user-store';
|
||||
|
||||
export const stores = {
|
||||
userStore,
|
||||
};
|
||||
Reference in New Issue
Block a user