Mercurial > hg > ugly-duckling
diff src/app/visualisations/tracks/tracks.components.ts @ 497:c39df81c4dae
Upgrade to released piper version, which had a lot of breaking changes due to shifting modules around and renaming.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Sun, 13 Aug 2017 19:44:07 +0100 |
parents | ab43880f1cd5 |
children |
line wrap: on
line diff
--- a/src/app/visualisations/tracks/tracks.components.ts Fri Jul 21 14:29:02 2017 +0100 +++ b/src/app/visualisations/tracks/tracks.components.ts Sun Aug 13 19:44:07 2017 +0100 @@ -14,7 +14,7 @@ Component, Input, } from '@angular/core'; -import {TracksFeature} from 'piper/HigherLevelUtilities'; +import {TracksFeature} from 'piper-js/one-shot'; import Waves from 'waves-ui-piper'; import {generatePlotData, PlotLayerData} from '../FeatureUtilities';