From 41df7bb8f622e1fdd9e1bb2b1687347e5f359c47 Mon Sep 17 00:00:00 2001 From: kumavis Date: Sun, 22 May 2016 18:01:47 -0700 Subject: bugfix - exportAccount - fix copyToClipboard --- ui/app/components/account-export.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/app/components/account-export.js b/ui/app/components/account-export.js index bdfa4c15f..eab9baf65 100644 --- a/ui/app/components/account-export.js +++ b/ui/app/components/account-export.js @@ -1,6 +1,7 @@ const Component = require('react').Component const h = require('react-hyperscript') const inherits = require('util').inherits +const copyToClipboard = require('copy-to-clipboard') const actions = require('../actions') module.exports = ExportAccountView -- cgit