Mercurial > hg > ugly-duckling
changeset 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 | a1ca41c70351 |
children | f7244f2155a3 |
files | src/app/waveform/waveform.component.ts |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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?