Skip to content

Commit

Permalink
Add dialog window to index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jtollerene committed Jan 2, 2015
1 parent 3532f5d commit fe03ba3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module.exports = {
Checkbox: require('./js/checkbox.jsx'),
DatePicker: require('./js/date-picker/date-picker.jsx'),
Dialog: require('./js/dialog.jsx'),
DialogWindow: require('./js/dialog-window.jsx'),
DropDownIcon: require('./js/drop-down-icon.jsx'),
DropDownMenu: require('./js/drop-down-menu.jsx'),
EnhancedButton: require('./js/enhanced-button.jsx'),
Expand Down

0 comments on commit fe03ba3

Please sign in to comment.