aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/button/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/button/index.js')
-rw-r--r--ui/app/components/button/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/button/index.js b/ui/app/components/button/index.js
index 3dc7d1eea..33ae95ae2 100644
--- a/ui/app/components/button/index.js
+++ b/ui/app/components/button/index.js
@@ -1,2 +1,2 @@
-const Button = require('./button.component')
+import Button from './button.component'
module.exports = Button