diff options
Diffstat (limited to 'ui/app/components/button/index.js')
-rw-r--r-- | ui/app/components/button/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/app/components/button/index.js b/ui/app/components/button/index.js new file mode 100644 index 000000000..3dc7d1eea --- /dev/null +++ b/ui/app/components/button/index.js @@ -0,0 +1,2 @@ +const Button = require('./button.component') +module.exports = Button |