diff --git a/components/index.js b/components/index.js index 723b65f5a..dc8657442 100755 --- a/components/index.js +++ b/components/index.js @@ -52,4 +52,3 @@ export { default as Slider } from './slider' export { default as Search } from './search' export { ThemeContext, LocaleContext } from './context' export { default as HiRequest } from './_util/hi-request' -export { default as Charts } from './charts' diff --git a/package.json b/package.json index 3ed4281dc..a884e024a 100644 --- a/package.json +++ b/package.json @@ -58,6 +58,7 @@ "qs": "^6.8.0", "react-addons-css-transition-group": "^15.6.2", "react-beautiful-dnd": "^13.0.0", + "react-click-outside": "^3.0.1", "react-cropper": "1.2.0", "react-dnd": "^7.7.0", "react-dnd-html5-backend": "^7.4.4",