File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ import {
2424 take ,
2525} from 'rxjs/operators' ;
2626
27+ import { environment } from '../../environments/environment' ;
2728import { AuthService } from '../core/auth/auth.service' ;
2829import { DSONameService } from '../core/breadcrumbs/dso-name.service' ;
2930import { SortOptions } from '../core/cache/models/sort-options.model' ;
@@ -55,7 +56,6 @@ import { PaginationComponentOptions } from '../shared/pagination/pagination-comp
5556import { VarDirective } from '../shared/utils/var.directive' ;
5657import { ViewTrackerComponent } from '../statistics/angulartics/dspace/view-tracker.component' ;
5758import { getCollectionPageRoute } from './collection-page-routing-paths' ;
58- import { environment } from '../../environments/environment' ;
5959
6060@Component ( {
6161 selector : 'ds-base-collection-page' ,
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ import {
2424 mergeMap ,
2525} from 'rxjs/operators' ;
2626
27+ import { environment } from '../../environments/environment' ;
2728import { AuthService } from '../core/auth/auth.service' ;
2829import { DSONameService } from '../core/breadcrumbs/dso-name.service' ;
2930import { AuthorizationDataService } from '../core/data/feature-authorization/authorization-data.service' ;
@@ -48,7 +49,6 @@ import { ViewTrackerComponent } from '../statistics/angulartics/dspace/view-trac
4849import { getCommunityPageRoute } from './community-page-routing-paths' ;
4950import { ThemedCollectionPageSubCollectionListComponent } from './sections/sub-com-col-section/sub-collection-list/themed-community-page-sub-collection-list.component' ;
5051import { ThemedCommunityPageSubCommunityListComponent } from './sections/sub-com-col-section/sub-community-list/themed-community-page-sub-community-list.component' ;
51- import { environment } from '../../environments/environment' ;
5252
5353@Component ( {
5454 selector : 'ds-base-community-page' ,
You can’t perform that action at this time.
0 commit comments