aboutsummaryrefslogtreecommitdiffstats
path: root/old-ui/app/components/account-dropdowns.js
diff options
context:
space:
mode:
Diffstat (limited to 'old-ui/app/components/account-dropdowns.js')
-rw-r--r--old-ui/app/components/account-dropdowns.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/old-ui/app/components/account-dropdowns.js b/old-ui/app/components/account-dropdowns.js
index 0c34a5154..c0ebe3c60 100644
--- a/old-ui/app/components/account-dropdowns.js
+++ b/old-ui/app/components/account-dropdowns.js
@@ -1,7 +1,7 @@
const Component = require('react').Component
const PropTypes = require('react').PropTypes
const h = require('react-hyperscript')
-const actions = require('../actions')
+const actions = require('../../../ui/app/actions')
const genAccountLink = require('etherscan-link').createAccountLink
const connect = require('react-redux').connect
const Dropdown = require('./dropdown').Dropdown