3 lines
152 B

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