Skip to content

Commit a91159a

Browse files
committed
import order corrected
1 parent 7099c01 commit a91159a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/angular-test-app/src/app/routes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Routes } from '@angular/router';
22
import { FullPortalComponent } from './_samples/full-portal/full-portal.component';
3-
import { NavigationComponent } from './_samples/simple-portal/navigation/navigation.component';
43
import { EmbeddedComponent } from './_samples/embedded/embedded.component';
4+
import { NavigationComponent } from './_samples/simple-portal/navigation/navigation.component';
55
import { endpoints } from '../../../../packages/angular-sdk-components/src/lib/_services/endpoints';
66

77
// Adding path to remove "Cannot match routes" error at launch

0 commit comments

Comments
 (0)