mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
refactor: adjust path to cron module in common code
This commit is contained in:
@@ -4,7 +4,7 @@ import _ from 'lodash';
|
|||||||
import {
|
import {
|
||||||
daysSince,
|
daysSince,
|
||||||
shouldDo,
|
shouldDo,
|
||||||
} from '../../common/script/cron';
|
} from './cron';
|
||||||
import {
|
import {
|
||||||
MAX_HEALTH,
|
MAX_HEALTH,
|
||||||
MAX_LEVEL,
|
MAX_LEVEL,
|
||||||
|
|||||||
Reference in New Issue
Block a user