From 6500382fcb6378dae42f4f4a866a2e75ff758280 Mon Sep 17 00:00:00 2001 From: Yoshihiro OKUMURA Date: Mon, 13 May 2019 20:28:36 +0900 Subject: [PATCH] removed unused import. --- src/components/IndexTreeBlock.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/IndexTreeBlock.tsx b/src/components/IndexTreeBlock.tsx index bbdb24a..88e5e3d 100644 --- a/src/components/IndexTreeBlock.tsx +++ b/src/components/IndexTreeBlock.tsx @@ -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 { }