App.js 146 Bytes RawBlameHistoryPermalink 1 2 3 4 import{lazy} from 'react'; export default [ { path:"/",component:lazy(()=>import(/* webpackChunkName: "Index" */ "../view/index/index.js"))} ]