mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-22 03:34:14 +00:00
Correct module name
This commit is contained in:
parent
7aba6a6b99
commit
90fc76d44c
4 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import {each} from 'lodash';
|
||||
import camelCase from 'lodash.camelCase';
|
||||
import camelCase from 'lodash.camelcase';
|
||||
import capitalize from 'lodash.capitalize';
|
||||
import t from './helpers/translator';
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import {each, defaults, assign} from 'lodash';
|
||||
import capitalize from 'lodash.capitalize';
|
||||
import camelCase from 'lodash.camelCase';
|
||||
import camelCase from 'lodash.camelcase';
|
||||
import t from '../helpers/translator';
|
||||
|
||||
let dilatoryDistressSeries = {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import {each, assign, defaults, sortBy} from 'lodash';
|
||||
import capitalize from 'lodash.capitalize';
|
||||
import camelCase from 'lodash.camelCase';
|
||||
import camelCase from 'lodash.camelcase';
|
||||
import t from '../helpers/translator';
|
||||
|
||||
import worldQuests from './world';
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import {each, defaults} from 'lodash';
|
||||
import capitalize from 'lodash.capitalize';
|
||||
import camelCase from 'lodash.camelCase';
|
||||
import camelCase from 'lodash.camelcase';
|
||||
import t from '../helpers/translator';
|
||||
|
||||
let petQuests = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue