Remove unused form component.

This commit is contained in:
2018-06-14 09:28:51 +02:00
parent d082dae44c
commit d4d3baba31
2 changed files with 0 additions and 123 deletions

View File

@ -9,7 +9,6 @@ import { ToastrService } from 'ngx-toastr';
import { Operation } from './operation';
import { OperationService } from './operation.service';
import { OperationFormComponent } from './operationForm.component';
@Component({
selector: 'operation-new',