55990: Item move component

This commit is contained in:
Yana De Pauw
2018-10-25 18:13:49 +02:00
parent 7d9afeefea
commit 8570ff2578
5 changed files with 61 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
import {Component} from '@angular/core';
@Component({
selector: 'ds-item-operation',
templateUrl: './ds-item-operation.html'
})
export class ItemOperationComponent {
}