mirror of
https://github.com/maputnik/editor.git
synced 2025-12-27 08:30:02 +00:00
Fix build process for mapbox gl
This commit is contained in:
@@ -9,7 +9,6 @@ import { StyleStore } from './stylestore.js'
|
||||
import { WorkspaceDrawer } from './workspace.jsx'
|
||||
|
||||
import theme from './theme.js'
|
||||
import layout from './layout.scss'
|
||||
|
||||
export default class App extends React.Component {
|
||||
static childContextTypes = {
|
||||
@@ -78,9 +77,7 @@ export default class App extends React.Component {
|
||||
workContext={this.state.workContext}
|
||||
mapStyle={this.state.currentStyle}
|
||||
/>
|
||||
<div className={layout.map}>
|
||||
<Map mapStyle={this.state.currentStyle} />
|
||||
</div>
|
||||
<Map mapStyle={this.state.currentStyle} />
|
||||
</div>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user