# HG changeset patch # User Lucas Thompson # Date 1480607107 0 # Node ID e6eb133fa47c39e86679472b10c8fdea40f9fbfa # Parent a1ca41c703511da5fc229da93ad0523aa0cfc5d1 Update missed import path from moving audio-player-service. diff -r a1ca41c70351 -r e6eb133fa47c src/app/waveform/waveform.component.ts --- 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?