Skip to content

Commit 504a553

Browse files
committed
fix: fixed imports after update from main
TRACEFOSS-893
1 parent 3005f30 commit 504a553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/modules/core/layout/header/user-navigation/user-menu.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
********************************************************************************/
2121

2222
import { Component, HostListener } from '@angular/core';
23+
import { NavigableUrls } from '@core/kown-route';
2324
import { LayoutFacade } from '@shared/abstraction/layout-facade';
2425
import { NavigationEnd, Router } from '@angular/router';
2526
import { environment } from '@env';
26-
import { NavigableUrls, KnownUrl } from '@core/kown-route';
2727
import { filter } from 'rxjs/operators';
2828

2929
@Component({

0 commit comments

Comments
 (0)