Skip to content

Commit

Permalink
import order corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
tumms2021389 committed Dec 19, 2024
1 parent 7099c01 commit a91159a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/angular-test-app/src/app/routes.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Routes } from '@angular/router';
import { FullPortalComponent } from './_samples/full-portal/full-portal.component';
import { NavigationComponent } from './_samples/simple-portal/navigation/navigation.component';
import { EmbeddedComponent } from './_samples/embedded/embedded.component';
import { NavigationComponent } from './_samples/simple-portal/navigation/navigation.component';
import { endpoints } from '../../../../packages/angular-sdk-components/src/lib/_services/endpoints';

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

0 comments on commit a91159a

Please sign in to comment.