Cleanup unused dependency.

This commit is contained in:
Alexis Lahouze 2017-07-29 17:22:25 +02:00
parent 20437ba548
commit f58afb37bd
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import * as c3 from 'c3';
import {
Component, ElementRef,
Inject, Input, Output, EventEmitter,
Inject, Input, Output,
OnInit, OnChanges
} from '@angular/core';