diff options
author | Florrie <towerofnix@gmail.com> | 2018-12-22 13:12:50 -0400 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2018-12-22 13:12:50 -0400 |
commit | d8331b98aad2e29b23e88901049fc3c91489a2c7 (patch) | |
tree | e669193bd05d7905cc8e25659fcf6a3ea88eb893 /index.js | |
parent | e47a3546f0f9244bb6ee3aa708e7e24226fbdad2 (diff) |
Export WrapLabel
"Oops"
Diffstat (limited to 'index.js')
-rw-r--r-- | index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/index.js b/index.js index e54418d..cbfc562 100644 --- a/index.js +++ b/index.js @@ -7,6 +7,7 @@ module.exports = { Pane: require('./ui/Pane'), Root: require('./ui/Root'), Sprite: require('./ui/Sprite'), + WrapLabel: require('./ui/WrapLabel'), form: { Button: require('./ui/form/Button'), CancelDialog: require('./ui/form/CancelDialog'), |