Cleanup component.

This commit is contained in:
Alexis Lahouze 2017-07-30 16:10:28 +02:00
parent 0782675d19
commit 7b368df9b9
1 changed files with 0 additions and 3 deletions

View File

@ -2,9 +2,6 @@
import { AfterViewChecked, Component, EventEmitter, Input, Output, ViewChild } from '@angular/core';
import { NgForm } from '@angular/forms';
import { Logger } from '@nsalaun/ng-logger';
import { NgbActiveModal } from '@ng-bootstrap/ng-bootstrap';
import { Schedule } from './schedule';
@Component({