Skip to content

Commit 1ab3725

Browse files
committed
fix(path): correct i18n import
1 parent 8e2ab11 commit 1ab3725

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/script/libs/shops.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import _ from 'lodash';
22
import content from '../content/index';
3-
import i18n from '../../../common/script/i18n';
3+
import i18n from '../i18n';
44

55
let shops = {};
66

0 commit comments

Comments
 (0)