Skip to content

Commit 527e052

Browse files
committed
lint fix
1 parent e6ab7ee commit 527e052

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

projects/ngx-material-navigation/src/models/nav-menu.model.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { IconDefinition } from '@fortawesome/angular-fontawesome';
2+
23
import { NavButton } from './nav-button.model';
34
import { NavCustom } from './nav-custom.model';
45
import { BaseNavElement, NavElementTypes } from './nav-element.model';

projects/ngx-material-navigation/src/models/nav-route.model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Data, ResolveFn, Route } from '@angular/router';
2+
import { IconDefinition } from '@fortawesome/angular-fontawesome';
23

34
import { PageNotFoundConfig } from './page-not-found-config.model';
4-
import { IconDefinition } from '@fortawesome/angular-fontawesome';
55

66
/**
77
* An opinionated model of the Angular Route.

0 commit comments

Comments
 (0)