mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-12 13:12:46 +00:00
13 lines
357 B
JavaScript
13 lines
357 B
JavaScript
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')
|
|
} |