index.js 208 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 import childrenViews from './views'; export default { path: '/freight', name: 'freight', children: childrenViews, component: () => import(/* webpackChunkName: "logistics.freight" */ './freight'), };