Remove unused imports

This commit is contained in:
Loïc Gasser
2018-08-22 22:37:05 -04:00
parent e4de101553
commit bc2ec4d0b7
21 changed files with 9 additions and 46 deletions

View File

@@ -5,7 +5,6 @@ import MapboxGl from 'mapbox-gl'
import MapboxInspect from 'mapbox-gl-inspect'
import FeatureLayerPopup from './FeatureLayerPopup'
import FeaturePropertyPopup from './FeaturePropertyPopup'
import style from '../../libs/style.js'
import tokens from '../../config/tokens.json'
import colors from 'mapbox-gl-inspect/lib/colors'
import Color from 'color'