Upgrade to Mapbox GL 0.28

This commit is contained in:
Lukas Martinelli
2016-12-19 12:51:23 +01:00
parent 2082de5fca
commit 220295442c
3 changed files with 12 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import React from 'react'
import MapboxGl from 'mapbox-gl';
import MapboxGl from 'mapbox-gl'
import { fullHeight } from './theme.js'
import style from './style.js'
import { Map } from './map.jsx'