import { lazy } from 'react';
const EduDocDetail = lazy(() => import('./detail'));
export { EduDocDetail };