aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/button/index.js
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2018-05-23 04:20:04 +0800
committerkumavis <aaron@kumavis.me>2018-05-23 04:20:04 +0800
commit3a80f3dd836889b7e4f4d4db8eaf42883623d9bf (patch)
treebcde7f3a6acbdf311bf66b70be6bfac2b3ed088a /ui/app/components/button/index.js
parent3084dc47d10e3e455c924e5aad0b0961c500ec8d (diff)
parentcee55b47d03006630b1dbe038c6008654ca8f674 (diff)
downloaddexon-wallet-3a80f3dd836889b7e4f4d4db8eaf42883623d9bf.tar.gz
dexon-wallet-3a80f3dd836889b7e4f4d4db8eaf42883623d9bf.tar.zst
dexon-wallet-3a80f3dd836889b7e4f4d4db8eaf42883623d9bf.zip
Merge branch 'develop' of github.com:MetaMask/metamask-extension into network-remove-provider-engine
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 3dc7d1ee..33ae95ae 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