fix(path): correct i18n import

This commit is contained in:
Sabe Jones
2016-07-26 22:11:35 +00:00
parent 8e2ab11056
commit 1ab3725b54

View File

@@ -1,6 +1,6 @@
import _ from 'lodash';
import content from '../content/index';
import i18n from '../../../common/script/i18n';
import i18n from '../i18n';
let shops = {};