mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-19 16:03:02 +00:00
[DURACOM-191] run optimize imports and lint fix
This commit is contained in:
@@ -10,8 +10,8 @@ import { SubmissionSectionUploadFileComponent } from './section-upload-file.comp
|
||||
@Component({
|
||||
selector: 'ds-themed-submission-upload-section-file',
|
||||
styleUrls: [],
|
||||
templateUrl: '../../../../shared/theme-support/themed.component.html',
|
||||
standalone: true
|
||||
templateUrl: '../../../../shared/theme-support/themed.component.html',
|
||||
standalone: true,
|
||||
})
|
||||
export class ThemedSubmissionSectionUploadFileComponent
|
||||
extends ThemedComponent<SubmissionSectionUploadFileComponent> {
|
||||
|
Reference in New Issue
Block a user