13 lines
261 B
JavaScript
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
|
||
|
|
};
|
||
|
|
|