Remove unused dependency.

This commit is contained in:
Alexis Lahouze 2017-08-09 00:11:35 +02:00
parent 0e69216920
commit 985174eec9
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@
import { Component, OnInit, OnChanges, Input, Output, EventEmitter } from '@angular/core';
import { FormBuilder, FormGroup, Validators } from '@angular/forms';
import { Logger } from '@nsalaun/ng-logger';
import { Account } from './account';
@Component({