mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 14:03:06 +00:00
115051: Created ThemedAdminWorkflowPageComponent
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import { Component } from '@angular/core';
|
||||
import { AdminWorkflowPageComponent as BaseComponent } from '../../../../../app/admin/admin-workflow-page/admin-workflow-page.component';
|
||||
|
||||
@Component({
|
||||
selector: 'ds-admin-workflow-page',
|
||||
// styleUrls: ['./admin-workflow-page.component.scss'],
|
||||
styleUrls: ['../../../../../app/admin/admin-workflow-page/admin-workflow-page.component.scss'],
|
||||
// templateUrl: './admin-workflow-page.component.html',
|
||||
templateUrl: '../../../../../app/admin/admin-workflow-page/admin-workflow-page.component.html',
|
||||
})
|
||||
export class AdminWorkflowPageComponent extends BaseComponent {
|
||||
}
|
Reference in New Issue
Block a user