Fix case of LegendIconItem.css
This commit is contained in:
parent
4665b4fb37
commit
b58336f4c8
|
@ -1,7 +1,7 @@
|
||||||
import PropTypes from 'prop-types';
|
import PropTypes from 'prop-types';
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import Icon from 'Components/Icon';
|
import Icon from 'Components/Icon';
|
||||||
import styles from './legendIconItem.css';
|
import styles from './LegendIconItem.css';
|
||||||
|
|
||||||
function LegendIconItem(props) {
|
function LegendIconItem(props) {
|
||||||
const {
|
const {
|
||||||
|
|
Loading…
Reference in New Issue