diff src/app/waveform/waveform.component.ts @ 39:e6eb133fa47c

Update missed import path from moving audio-player-service.
author Lucas Thompson <dev@lucas.im>
date Thu, 01 Dec 2016 15:45:07 +0000
parents e58fb181a11d
children 8619f25ff52a
line wrap: on
line diff
--- a/src/app/waveform/waveform.component.ts	Thu Dec 01 15:44:12 2016 +0000
+++ b/src/app/waveform/waveform.component.ts	Thu Dec 01 15:45:07 2016 +0000
@@ -1,7 +1,7 @@
 import {
   Component, OnInit, ViewChild, ElementRef, Input, AfterViewInit, NgZone
 } from '@angular/core';
-import {AudioPlayerService} from "../services/audio-player.service";
+import {AudioPlayerService} from "../services/audio-player/audio-player.service";
 import wavesUI from 'waves-ui';
 
 type Timeline = any; // TODO what type actually is it.. start a .d.ts for waves-ui?