mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
fix exports
This commit is contained in:
@@ -131,11 +131,9 @@ let weapon = {
|
||||
},
|
||||
};
|
||||
|
||||
let wizardSet = {
|
||||
export {
|
||||
armor,
|
||||
head,
|
||||
shield,
|
||||
weapon,
|
||||
};
|
||||
|
||||
module.exports = wizardSet;
|
||||
};
|
||||
Reference in New Issue
Block a user