mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
init
This commit is contained in:
15
src/stores/index.ts
Normal file
15
src/stores/index.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import AppMenuStore from "./AppMenuStore";
|
||||
import ClientChatStore from "./ClientChatStore";
|
||||
import ClientFeedbackStore from "./ClientFeedbackStore";
|
||||
import ClientTransactionStore from "./ClientTransactionStore";
|
||||
import FileUploadStore from "./FileUploadStore";
|
||||
import UserOptionsStore from "./UserOptionsStore";
|
||||
|
||||
export {
|
||||
AppMenuStore,
|
||||
ClientChatStore,
|
||||
ClientFeedbackStore,
|
||||
ClientTransactionStore,
|
||||
FileUploadStore,
|
||||
UserOptionsStore,
|
||||
};
|
Reference in New Issue
Block a user