Skip to content

Commit f5ec5f9

Browse files
[DURACOM-304] lint fix
1 parent d90a988 commit f5ec5f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/core/metadata/head-tag.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ import { coreSelector } from '../core.selectors';
5050
import { CoreState } from '../core-state.model';
5151
import { BundleDataService } from '../data/bundle-data.service';
5252
import { AuthorizationDataService } from '../data/feature-authorization/authorization-data.service';
53+
import { FindListOptions } from '../data/find-list-options.model';
5354
import { PaginatedList } from '../data/paginated-list.model';
5455
import { RemoteData } from '../data/remote-data';
5556
import { RootDataService } from '../data/root-data.service';
@@ -70,7 +71,6 @@ import {
7071
ClearMetaTagAction,
7172
} from './meta-tag.actions';
7273
import { MetaTagState } from './meta-tag.reducer';
73-
import { FindListOptions } from '../data/find-list-options.model';
7474

7575
/**
7676
* The base selector function to select the metaTag section in the store

0 commit comments

Comments
 (0)