mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-19 07:53:02 +00:00
Submission from an external source initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import { Component, Injector, OnInit } from '@angular/core';
|
||||
|
||||
/**
|
||||
* Component representing the external import page of the submission.
|
||||
*/
|
||||
@Component({
|
||||
selector: 'ds-import-external-page',
|
||||
templateUrl: './import-external-page.component.html',
|
||||
styleUrls: ['./import-external-page.component.scss']
|
||||
})
|
||||
export class ImportExternalPageComponent {
|
||||
|
||||
}
|
Reference in New Issue
Block a user