Skip to content

Commit 3ed660c

Browse files
committed
🐛 fix import issue in select
1 parent da1ae6f commit 3ed660c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/select/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import PropTypes from 'prop-types';
44
import cx from 'classnames';
55
import { themr } from 'react-css-themr';
66
import { FaAngleDown } from 'react-icons/fa';
7-
import defaultTheme from './theme.scss';
87
import defaultTheme from './theme.module.scss';
98

109
const { findDOMNode: findNode } = ReactDOM;

0 commit comments

Comments
 (0)