import { lazy } from 'react' const IVRichTextEditor = lazy(() => import('.')) export { IVRichTextEditor as default }