import * as React from "react"; import { ESpinner, Spinner } from ".."; const LazyDataImporter = React.lazy(() => import("./module")); export const DataImporter = (props: any) => ( } > );