aboutsummaryrefslogtreecommitdiff
path: root/extension/popup
diff options
context:
space:
mode:
Diffstat (limited to 'extension/popup')
-rw-r--r--extension/popup/popup.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/popup/popup.tsx b/extension/popup/popup.tsx
index ebd77dd2e..97ea438bd 100644
--- a/extension/popup/popup.tsx
+++ b/extension/popup/popup.tsx
@@ -20,7 +20,7 @@
"use strict";
-import {substituteFulfillmentUrl} from "../lib/web-common";
+import {substituteFulfillmentUrl} from "../lib/wallet/helpers";
declare var m: any;
declare var i18n: any;