Skip to content

Commit a997815

Browse files
committed
Remove unused import
1 parent 7c0e4ad commit a997815

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/react-chayns-selectlist/component/SelectList.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import React from 'react';
22
import PropTypes from 'prop-types';
33

4-
import SelectItem from './SelectItem';
5-
64
const ANIMATION_TIMEOUT = 500;
75

86
export default class SelectList extends React.Component {

0 commit comments

Comments
 (0)