weaver_trunk_cli/pc4mobx/esearch/stores/index.js

13 lines
261 B
JavaScript

import weesoStore from './weeso';
import weesoSetStore from './apiSet';
import weesoRobotStore from './robot';
import weesoSeachSetStore from './weesoSeachSetStore';
module.exports = {
weesoStore,
weesoSetStore,
weesoRobotStore,
weesoSeachSetStore
};