mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
Inventory: fixes / layout (#11948)
Co-authored-by: Sabe Jones <sabrecat@gmail.com>
This commit is contained in:
@@ -31,6 +31,7 @@ import openMysteryItem from './openMysteryItem';
|
||||
import scoreTask from './scoreTask';
|
||||
import markPmsRead from './markPMSRead';
|
||||
import * as pinnedGearUtils from './pinnedGearUtils';
|
||||
import { unEquipByType } from './unequip';
|
||||
|
||||
export default {
|
||||
sleep,
|
||||
@@ -66,4 +67,5 @@ export default {
|
||||
scoreTask,
|
||||
markPmsRead,
|
||||
pinnedGearUtils,
|
||||
unEquipByType,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user