From 877239bfe512dbf2d1787cd6597cb601bfe2ba45 Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 29 Jul 2016 14:06:27 +0800 Subject: [PATCH] fix Unused import --- components/dropdown/dropdown.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/components/dropdown/dropdown.tsx b/components/dropdown/dropdown.tsx index 7aac42078..2eb7eed32 100644 --- a/components/dropdown/dropdown.tsx +++ b/components/dropdown/dropdown.tsx @@ -1,6 +1,5 @@ import * as React from 'react'; import RcDropdown from 'rc-dropdown'; -import splitObject from '../_util/splitObject'; export default class Dropdown extends React.Component { static defaultProps = {