Mercurial > hg > ugly-duckling
diff src/app/playback-control/playback-control.component.ts @ 37:f6e58c2accb0
Move service into subdirectory.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Thu, 01 Dec 2016 15:40:57 +0000 |
parents | 6fb6c04878ec |
children | 13f5f228ed98 |
line wrap: on
line diff
--- a/src/app/playback-control/playback-control.component.ts Thu Dec 01 14:05:49 2016 +0000 +++ b/src/app/playback-control/playback-control.component.ts Thu Dec 01 15:40:57 2016 +0000 @@ -1,5 +1,5 @@ import {Component, OnInit} from '@angular/core'; -import {AudioPlayerService} from "../services/audio-player.service"; +import {AudioPlayerService} from "../services/audio-player/audio-player.service"; @Component({ selector: 'app-playback-control',