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