mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
62589: Fixed order of imports messing with routes
This commit is contained in:
@@ -33,11 +33,11 @@ import { RelatedEntitiesSearchComponent } from './simple/related-entities/relate
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
ItemPageRoutingModule,
|
||||
CommonModule,
|
||||
SharedModule,
|
||||
EditItemPageModule,
|
||||
ItemPageRoutingModule,
|
||||
SearchPageModule
|
||||
SearchPageModule,
|
||||
EditItemPageModule
|
||||
],
|
||||
declarations: [
|
||||
ItemPageComponent,
|
||||
|
Reference in New Issue
Block a user