import { lazy } from 'react'; export const LazyCreateProject = lazy(() => import('./CreateProject'));