Skip to content

Commit

Permalink
Switch to ES6 imports
Browse files Browse the repository at this point in the history
  • Loading branch information
toystars committed Mar 7, 2017
1 parent 07c8244 commit 999e29e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* Copyright(c) 2017 Mustapha Babatunde Oluwaleke
* MIT Licensed
*/
import MultiSelect from './lib/react-native-multi-select';

'use strict';

module.exports = require('./lib/react-native-multi-select');
export default MultiSelect;

0 comments on commit 999e29e

Please sign in to comment.