import { lazy } from 'react'; const ExpertDetail = lazy(() => import(/* webpackChunkName: "expert.detail" */ './detail')); export { ExpertDetail };