Remove unused template.
This commit is contained in:
@ -3,8 +3,7 @@ import { Observable } from 'rxjs/Rx';
|
||||
|
||||
import { ToastrService } from 'ngx-toastr';
|
||||
|
||||
var operationFormTmpl = require('./operation.form.tmpl.html'),
|
||||
operationDeleteTmpl = require('./operation.delete.tmpl.html');
|
||||
var operationFormTmpl = require('./operation.form.tmpl.html');
|
||||
|
||||
import { Account } from '../accounts/account';
|
||||
import { AccountService } from '../accounts/account.service';
|
||||
|
Reference in New Issue
Block a user