const Text = require('./text/text.jsx'); const Checkbox = require('./checkbox/checkbox.jsx'); module.exports = { Text : Text, Checkbox : Checkbox, };