fix: SkillsTab barrel export, equipment store reads, LabTab re-export, debug null guards, GrimoireTab loaded state, spire tab switching
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m48s

This commit is contained in:
2026-05-06 21:08:10 +02:00
parent e5308ac239
commit a4004be229
10 changed files with 28 additions and 141 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ export { SpireTab } from './SpireTab';
export { SpellsTab } from './SpellsTab';
export { LabTab } from './LabTab';
// SkillsTab is now exported from src/components/game/index.ts
// export { SkillsTab } from './SkillsTab';
export { SkillsTab } from '../SkillsTab';
export { StatsTab } from './StatsTab';
export { EquipmentTab } from './EquipmentTab';
export { AttunementsTab } from './AttunementsTab';