mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-11 03:53:02 +00:00
refactor, fix lint
This commit is contained in:
@@ -290,13 +290,13 @@ import { ObjectTableComponent } from './object-table/object-table.component';
|
||||
import { TabulatableObjectsLoaderComponent } from './object-collection/shared/tabulatable-objects/tabulatable-objects-loader.component';
|
||||
import {
|
||||
TabulatableObjectsDirective
|
||||
} from "./object-collection/shared/tabulatable-objects/tabulatable-objects.directive";
|
||||
} from './object-collection/shared/tabulatable-objects/tabulatable-objects.directive';
|
||||
import {
|
||||
AbstractTabulatableElementComponent
|
||||
} from "./object-collection/shared/objects-collection-tabulatable/objects-collection-tabulatable.component";
|
||||
} from './object-collection/shared/objects-collection-tabulatable/objects-collection-tabulatable.component';
|
||||
import {
|
||||
TabulatableResultListElementsComponent
|
||||
} from "./object-list/search-result-list-element/tabulatable-search-result/tabulatable-result-list-elements.component";
|
||||
} from './object-list/search-result-list-element/tabulatable-search-result/tabulatable-result-list-elements.component';
|
||||
|
||||
const MODULES = [
|
||||
CommonModule,
|
||||
|
Reference in New Issue
Block a user