refactor: adjust path to cron module in common code

This commit is contained in:
Blade Barringer
2016-03-03 18:09:07 -06:00
parent 0406142e0e
commit 8c6d8163bc

View File

@@ -4,7 +4,7 @@ import _ from 'lodash';
import {
daysSince,
shouldDo,
} from '../../common/script/cron';
} from './cron';
import {
MAX_HEALTH,
MAX_LEVEL,