weaver_trunk_cli/pc4mobx/hrm/public/valhalla/stores/index.js

21 lines
509 B
JavaScript

import AuthorityStore from './authority.js';
import DialogStore from './dialog.js';
import FormStore from './form.js';
import SearchStore from './search.js';
import TableListStore from './table.js';
import TopStore from './top.js';
import OrgTreeStore from './orgTree.js';
import RadioGroupStore from './radioGroup.js';
import ImportCommon from './importCommon.js';
export {
AuthorityStore,
DialogStore,
FormStore,
SearchStore,
TableListStore,
TopStore,
OrgTreeStore,
RadioGroupStore,
ImportCommon
}