import { lazy } from "react"; export const MKDForm = lazy(() => import("./MKDForm"));