mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 23:27:26 +01:00
Use import syntax
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
let each = require('lodash').each;
|
||||
let t = require('../helpers/translator');
|
||||
import {each} from 'lodash';
|
||||
import t from '../helpers/translator';
|
||||
|
||||
const DROP_EGGS = [
|
||||
'Wolf',
|
||||
|
||||
Reference in New Issue
Block a user