mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
11 lines
312 B
TypeScript
11 lines
312 B
TypeScript
import { Component } from '@angular/core';
|
|
|
|
/**
|
|
* Component for the page that show the QA sources.
|
|
*/
|
|
@Component({
|
|
selector: 'ds-admin-quality-assurance-source-page-component',
|
|
templateUrl: './admin-quality-assurance-source-page.component.html',
|
|
})
|
|
export class AdminQualityAssuranceSourcePageComponent {}
|