Skip to content

Commit

Permalink
Export default class to easen local development
Browse files Browse the repository at this point in the history
  • Loading branch information
calmyournerves committed Aug 9, 2018
1 parent d437644 commit 826efb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/javascript/vanilla-js-dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,5 @@ var CustomSelect = function(options) {
open: open
};
};

export default CustomSelect;

0 comments on commit 826efb4

Please sign in to comment.