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

@@ -1,4 +1,3 @@
import React from 'react';
import deref from '@mapbox/mapbox-gl-style-spec/deref'
import tokens from '../config/tokens.json'

View File

@@ -1,8 +1,6 @@
import { colorizeLayers } from './style.js'
import style from './style.js'
import { loadStyleUrl } from './urlopen'
import publicSources from '../config/styles.json'
import request from 'request'
const storagePrefix = "maputnik"
const stylePrefix = 'style'