import { lazy } from 'react';
const ServiceApplyDetail = lazy(() => import(/* webpackChunkName: "service.apply.detail" */ './detail'));
const CustomRecord = lazy(() => import('./record'));
export { ServiceApplyDetail, CustomRecord };