From 1ab3725b54acdf5d43bfeedb593f724bd8c9233e Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Tue, 26 Jul 2016 22:11:35 +0000 Subject: [PATCH] fix(path): correct i18n import --- common/script/libs/shops.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/script/libs/shops.js b/common/script/libs/shops.js index a911729cef..4eb581c0de 100644 --- a/common/script/libs/shops.js +++ b/common/script/libs/shops.js @@ -1,6 +1,6 @@ import _ from 'lodash'; import content from '../content/index'; -import i18n from '../../../common/script/i18n'; +import i18n from '../i18n'; let shops = {};