Fix linting

pull/34/head
HardiReady 2018-05-05 08:17:17 +02:00
parent 819f8ee469
commit e54168ec22
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import {Fraction} from '../../../utils/fraction.enum';
import {FormControl} from '@angular/forms';
import {Observable} from 'rxjs/Observable';
import {Player} from '../../../models/model-interfaces';
import {PlayerUtils} from "../../../utils/player-utils";
import {PlayerUtils} from '../../../utils/player-utils';
@Component({