index.js
407 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';
export default {
product,
home,
shop,
repository,
statistics,
finance,
trade,
user,
kol
};