réagir l'importation dynamique

const OtherComponent = React.lazy(() => import('./OtherComponent'));
Blushing Bee