import { lazy } from 'react' const Add = lazy(() => import('../components/Add')) // 物料管理 const routes = [ { path: '/', element: , }, ] export default routes