mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-22 03:34:14 +00:00
Correct hatching potions
This commit is contained in:
parent
8b96e2ed1a
commit
fc00821206
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import {each, defaults} from 'lodash';
|
||||
import t from '../helpers/translator';
|
||||
import t from './helpers/translator';
|
||||
|
||||
let hatchingPotions = {
|
||||
Base: {
|
||||
Loading…
Reference in a new issue