mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 22:13:02 +00:00
Merge remote-tracking branch 'alex-upstream/w2p-115051_themed-admin-search-page_contribute-7.4' into w2p-131441_backport-3065-8
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
import { AdminWorkflowPageComponent as BaseComponent } from '../../../../../app/admin/admin-workflow-page/admin-workflow-page.component';
|
||||
|
||||
@Component({
|
||||
selector: 'ds-themed-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',
|
||||
standalone: true,
|
||||
})
|
||||
export class AdminWorkflowPageComponent extends BaseComponent {
|
||||
}
|
Reference in New Issue
Block a user