module.exports = { TextInput : require('./textInput/textInput.jsx'), PlayerInfo : require('./playerInfo/playerInfo.jsx'), SkillList : require('./skillList/skillList.jsx'), Skill : require('./skill/skill.jsx'), //ShadowBox : require('./shadowBox/shadowBox.jsx'), //BorderBox : require('./borderBox/borderBox.jsx'), Box : require('./box/box.jsx') }