File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ import { coreSelector } from '../core.selectors';
5050import { CoreState } from '../core-state.model' ;
5151import { BundleDataService } from '../data/bundle-data.service' ;
5252import { AuthorizationDataService } from '../data/feature-authorization/authorization-data.service' ;
53+ import { FindListOptions } from '../data/find-list-options.model' ;
5354import { PaginatedList } from '../data/paginated-list.model' ;
5455import { RemoteData } from '../data/remote-data' ;
5556import { RootDataService } from '../data/root-data.service' ;
@@ -70,7 +71,6 @@ import {
7071 ClearMetaTagAction ,
7172} from './meta-tag.actions' ;
7273import { 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
You can’t perform that action at this time.
0 commit comments