Fix build

This commit is contained in:
HarelM
2023-12-21 12:00:19 +02:00
parent e5688fd9a5
commit 50226a9b2e
+6 -6
View File
@@ -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 = {