1
0

moved search module contents to shared

This commit is contained in:
lotte
2019-07-10 13:17:28 +02:00
parent 7f3dab9fc0
commit 42c690dfd4
149 changed files with 598 additions and 559 deletions

View File

@@ -1,6 +1,6 @@
import { Component, Inject } from '@angular/core';
import { SearchResult } from '../../../+search-page/search-result.model';
import { SearchResult } from '../../search/search-result.model';
import { DSpaceObject } from '../../../core/shared/dspace-object.model';
import { AbstractListableElementComponent } from '../../object-collection/shared/object-collection-element/abstract-listable-element.component';
import { ListableObject } from '../../object-collection/shared/listable-object.model';