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