mirror of
https://github.com/maputnik/editor.git
synced 2026-08-25 06:27:25 +00:00
Fix build
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
import React from 'react'
|
import React from 'react'
|
||||||
import PropTypes from 'prop-types'
|
import PropTypes from 'prop-types'
|
||||||
|
|
||||||
import IconLine from './IconLine.jsx'
|
import IconLine from './IconLine'
|
||||||
import IconFill from './IconFill.jsx'
|
import IconFill from './IconFill'
|
||||||
import IconSymbol from './IconSymbol.jsx'
|
import IconSymbol from './IconSymbol'
|
||||||
import IconBackground from './IconBackground.jsx'
|
import IconBackground from './IconBackground'
|
||||||
import IconCircle from './IconCircle.jsx'
|
import IconCircle from './IconCircle'
|
||||||
import IconMissing from './IconMissing.jsx'
|
import IconMissing from './IconMissing'
|
||||||
|
|
||||||
export default class IconLayer extends React.Component {
|
export default class IconLayer extends React.Component {
|
||||||
static propTypes = {
|
static propTypes = {
|
||||||
|
|||||||
Reference in New Issue
Block a user