mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
Change to export syntax
This commit is contained in:
@@ -18,6 +18,6 @@ each(dropEggs, (egg, key) => {
|
||||
});
|
||||
});
|
||||
|
||||
module.exports = {
|
||||
export default {
|
||||
dropEggs: dropEggs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user