mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
Correct module name
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
import {each} from 'lodash';
|
import {each} from 'lodash';
|
||||||
import camelCase from 'lodash.camelCase';
|
import camelCase from 'lodash.camelcase';
|
||||||
import capitalize from 'lodash.capitalize';
|
import capitalize from 'lodash.capitalize';
|
||||||
import t from './helpers/translator';
|
import t from './helpers/translator';
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import {each, defaults, assign} from 'lodash';
|
import {each, defaults, assign} from 'lodash';
|
||||||
import capitalize from 'lodash.capitalize';
|
import capitalize from 'lodash.capitalize';
|
||||||
import camelCase from 'lodash.camelCase';
|
import camelCase from 'lodash.camelcase';
|
||||||
import t from '../helpers/translator';
|
import t from '../helpers/translator';
|
||||||
|
|
||||||
let dilatoryDistressSeries = {
|
let dilatoryDistressSeries = {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import {each, assign, defaults, sortBy} from 'lodash';
|
import {each, assign, defaults, sortBy} from 'lodash';
|
||||||
import capitalize from 'lodash.capitalize';
|
import capitalize from 'lodash.capitalize';
|
||||||
import camelCase from 'lodash.camelCase';
|
import camelCase from 'lodash.camelcase';
|
||||||
import t from '../helpers/translator';
|
import t from '../helpers/translator';
|
||||||
|
|
||||||
import worldQuests from './world';
|
import worldQuests from './world';
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import {each, defaults} from 'lodash';
|
import {each, defaults} from 'lodash';
|
||||||
import capitalize from 'lodash.capitalize';
|
import capitalize from 'lodash.capitalize';
|
||||||
import camelCase from 'lodash.camelCase';
|
import camelCase from 'lodash.camelcase';
|
||||||
import t from '../helpers/translator';
|
import t from '../helpers/translator';
|
||||||
|
|
||||||
let petQuests = {
|
let petQuests = {
|
||||||
|
|||||||
Reference in New Issue
Block a user