From 50226a9b2ebf4c0f391143307cb318fbfeaa168a Mon Sep 17 00:00:00 2001 From: HarelM Date: Thu, 21 Dec 2023 12:00:19 +0200 Subject: [PATCH] Fix build --- src/components/IconLayer.jsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/IconLayer.jsx b/src/components/IconLayer.jsx index 559c0293..fafb1270 100644 --- a/src/components/IconLayer.jsx +++ b/src/components/IconLayer.jsx @@ -1,12 +1,12 @@ import React from 'react' import PropTypes from 'prop-types' -import IconLine from './IconLine.jsx' -import IconFill from './IconFill.jsx' -import IconSymbol from './IconSymbol.jsx' -import IconBackground from './IconBackground.jsx' -import IconCircle from './IconCircle.jsx' -import IconMissing from './IconMissing.jsx' +import IconLine from './IconLine' +import IconFill from './IconFill' +import IconSymbol from './IconSymbol' +import IconBackground from './IconBackground' +import IconCircle from './IconCircle' +import IconMissing from './IconMissing' export default class IconLayer extends React.Component { static propTypes = {