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