Mercurial > hg > ugly-duckling
diff src/app/app.module.ts @ 378:9fe6e00e0700
Lint
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Wed, 31 May 2017 13:59:29 +0100 |
parents | bc2680f0736b |
children | b220ed78a250 |
line wrap: on
line diff
--- a/src/app/app.module.ts Wed May 31 13:10:29 2017 +0100 +++ b/src/app/app.module.ts Wed May 31 13:59:29 2017 +0100 @@ -31,8 +31,9 @@ import {Observable} from 'rxjs/Observable'; import {PlayHeadComponent} from './playhead/playhead.component'; import {LivePlayHeadComponent} from './playhead/live-play-head.component'; -import {CurveComponent} from "./visualisations/curve/curve.component"; -import {TracksComponent} from "./visualisations/tracks/tracks.components"; +import {CurveComponent} from './visualisations/curve/curve.component'; +import {TracksComponent} from './visualisations/tracks/tracks.components'; +import {NotesComponent} from './visualisations/notes/notes.component'; export function createAudioContext(): AudioContext { return new ( @@ -122,7 +123,8 @@ PlayHeadComponent, LivePlayHeadComponent, CurveComponent, - TracksComponent + TracksComponent, + NotesComponent ], imports: [ BrowserModule,