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