mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
fix(path): correct i18n import
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import _ from 'lodash';
|
import _ from 'lodash';
|
||||||
import content from '../content/index';
|
import content from '../content/index';
|
||||||
import i18n from '../../../common/script/i18n';
|
import i18n from '../i18n';
|
||||||
|
|
||||||
let shops = {};
|
let shops = {};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user