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;