removed unused import.

This commit is contained in:
Yoshihiro OKUMURA
2019-05-13 20:28:36 +09:00
parent 6603a57f90
commit 6500382fcb
-1
View File
@@ -4,7 +4,6 @@ import Tree, { TreeNode, ExpandData, SelectData } from 'rc-tree';
import IndexUtil, { Index, INDEX_ID_PUBLIC } from '../common/IndexUtil';
import 'rc-tree/assets/index.css';
import styles from './IndexTreeBlock.module.css';
import { emitKeypressEvents } from 'readline';
interface Props extends RouteComponentProps { }