Remove dependency.

This commit is contained in:
Alexis Lahouze 2017-07-25 16:14:48 +02:00
parent 53a29062ea
commit d83a164cc6
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
// vim: set tw=80 ts=2 sw=2 sts=2 :
import { CurrencyPipe } from '@angular/common';
import { Component, Inject, Input, Output, EventEmitter, OnInit } from '@angular/core';
import { Component, Inject, Input, Output, EventEmitter } from '@angular/core';
import { Logger } from '@nsalaun/ng-logger';
import { NgbModal } from '@ng-bootstrap/ng-bootstrap';