index.js
477 Bytes
import home from './home';
import product from './product';
import trade from './trade';
import shop from './shop';
import repository from './repository';
import statistics from './statistics';
import finance from './finance';
import user from './user';
import kol from './kol';
import order from './order';
import logistics from './logistics';
export default {
product,
home,
shop,
repository,
statistics,
finance,
trade,
user,
kol,
order,
logistics,
};