mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 05:37:22 +01:00
fix exports
This commit is contained in:
@@ -66,7 +66,7 @@ let weapon = {
|
||||
},
|
||||
};
|
||||
|
||||
let baseSet = {
|
||||
export {
|
||||
armor,
|
||||
back,
|
||||
body,
|
||||
@@ -75,6 +75,4 @@ let baseSet = {
|
||||
headAccessory,
|
||||
shield,
|
||||
weapon,
|
||||
};
|
||||
|
||||
module.exports = baseSet;
|
||||
};
|
||||
Reference in New Issue
Block a user