mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
55990: Item move component
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import {Component} from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'ds-item-operation',
|
||||
templateUrl: './ds-item-operation.html'
|
||||
})
|
||||
|
||||
export class ItemOperationComponent {
|
||||
|
||||
}
|
Reference in New Issue
Block a user