Skip to content

Commit

Permalink
load lazy component
Browse files Browse the repository at this point in the history
  • Loading branch information
semd committed Oct 19, 2023
1 parent 6fff74d commit 7f31283
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { withServicesProvider } from '../common/services';
import { subscribeBreadcrumbs } from './breadcrumbs';
import { ProjectNavigationTree } from './navigation_tree';
import { getSecuritySideNavComponent } from './side_navigation';
import { SecuritySideNavComponent } from './project_navigation/project_navigation';
import { SecuritySideNavComponent } from './project_navigation';
import { projectAppLinksSwitcher } from './links/app_links';
import { formatProjectDeepLinks } from './links/deep_links';

Expand Down

0 comments on commit 7f31283

Please sign in to comment.