From 27d32cfb1c6d199951e5333a9df292ecde3b4cb4 Mon Sep 17 00:00:00 2001 From: "Erik Peng(w3310)" Date: Sat, 15 Jul 2017 11:31:15 +0800 Subject: [PATCH] the file path is not correct --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index a4e20b7..8040c8e 100644 --- a/index.js +++ b/index.js @@ -1,7 +1,7 @@ // create by pengxiaolong: wheelo@163.com // 2017.7.15 -var SelectView = require('./SelectView.js'); +var SelectView = require('./react-bootstrap-multiselect'); var ReactSelectView = React.createClass({ @@ -24,4 +24,4 @@ var ReactSelectView = React.createClass({ }); -module.exports = ReactSelectView; \ No newline at end of file +module.exports = ReactSelectView;