File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ import { ItemPageDateFieldComponent } from '../item-page/simple/field-components
6868import { GenericItemPageFieldComponent } from '../item-page/simple/field-components/specific-field/generic/generic-item-page-field.component' ;
6969import { ThemedItemPageTitleFieldComponent } from '../item-page/simple/field-components/specific-field/title/themed-item-page-field.component' ;
7070import { ItemPageUriFieldComponent } from '../item-page/simple/field-components/specific-field/uri/item-page-uri-field.component' ;
71+ import { DatasetComponent } from '../item-page/simple/item-types/dataset/dataset.component' ;
7172import { PublicationComponent } from '../item-page/simple/item-types/publication/publication.component' ;
7273import { UntypedItemComponent } from '../item-page/simple/item-types/untyped-item/untyped-item.component' ;
7374import { ThemedMetadataRepresentationListComponent } from '../item-page/simple/metadata-representation-list/themed-metadata-representation-list.component' ;
@@ -123,7 +124,6 @@ import { PublicationSidebarSearchListElementComponent } from './object-list/side
123124import { ThemedResultsBackButtonComponent } from './results-back-button/themed-results-back-button.component' ;
124125import { TruncatableComponent } from './truncatable/truncatable.component' ;
125126import { TruncatablePartComponent } from './truncatable/truncatable-part/truncatable-part.component' ;
126- import { DatasetComponent } from "../item-page/simple/item-types/dataset/dataset.component" ;
127127
128128const ENTRY_COMPONENTS = [
129129 ...THEME_LISTABLE_COMPONENTS ,
You can’t perform that action at this time.
0 commit comments