import { lazy } from 'react'; export const LazyFeatureView = lazy( () => import('./FeatureViewLazyExport.tsx'), );