Fix case of LegendIconItem.css

pull/3072/head
Mark McDowall 6 years ago
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…
Cancel
Save