Move from mapbox-gl-style-spec -> mapbox-gl.

This commit is contained in:
orangemug
2017-03-22 10:36:20 +00:00
parent 56f1e58df0
commit 5433a4193b
19 changed files with 22 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
import React from 'react'
import GlSpec from 'mapbox-gl-style-spec/reference/latest.js'
import GlSpec from 'mapbox-gl/src/style-spec/reference/latest'
import InputBlock from '../inputs/InputBlock'
import StringInput from '../inputs/StringInput'
import SelectInput from '../inputs/SelectInput'