mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Fixed commented out references to html and scss component files
This commit is contained in:
@@ -3,9 +3,9 @@ import { BrowseByTitlePageComponent as BaseComponent } from '../../../../../app/
|
||||
|
||||
@Component({
|
||||
selector: 'ds-browse-by-title-page',
|
||||
// styleUrls: ['./browse-by-date-page.component.scss'],
|
||||
// styleUrls: ['./browse-by-title-page.component.scss'],
|
||||
styleUrls: ['../../../../../app/browse-by/browse-by-metadata-page/browse-by-metadata-page.component.scss'],
|
||||
// templateUrl: './browse-by-date-page.component.html'
|
||||
// templateUrl: './browse-by-title-page.component.html'
|
||||
templateUrl: '../../../../../app/browse-by/browse-by-metadata-page/browse-by-metadata-page.component.html'
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user