Skip to content

Commit

Permalink
Register #1 #2 #3 and #44
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin-H committed Jan 30, 2016
1 parent 8c53959 commit 8ffc409
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/modules/registerModules.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ from '../utils/moduleLoader';


import InputText from './InputText';
import SimpleWrapper from './SimpleWrapper';
import Label from './Label';
import JsonForm from './JsonForm';
import Section from './Section';

var registerModules = function() {
registerModule('InputText', InputText);
registerModule('SimpleWrapper', SimpleWrapper);
registerModule('Label', Label);
registerModule('JsonForm', JsonForm);
registerModule('Section', Section);
}

export default registerModules;

0 comments on commit 8ffc409

Please sign in to comment.