Submission from an external source initial commit

This commit is contained in:
Matteo Perelli
2020-06-18 16:16:31 +02:00
parent 8b8d7ba91a
commit fb40b8f031
17 changed files with 383 additions and 3 deletions

View File

@@ -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 {
}