mirror of https://gitee.com/answerdev/answer.git
14 lines
286 B
TypeScript
14 lines
286 B
TypeScript
|
import toastStore from './toast';
|
||
|
import userInfoStore from './userInfo';
|
||
|
import globalStore from './global';
|
||
|
import siteInfoStore from './siteInfo';
|
||
|
import interfaceStore from './interface';
|
||
|
|
||
|
export {
|
||
|
toastStore,
|
||
|
userInfoStore,
|
||
|
globalStore,
|
||
|
siteInfoStore,
|
||
|
interfaceStore,
|
||
|
};
|