Phase 3: Split DebugTab.tsx into functional components
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 4m17s

This commit is contained in:
Refactoring Agent
2026-04-24 14:12:52 +02:00
parent 23d0a129c1
commit d6b85d6367
11 changed files with 924 additions and 861 deletions
+5
View File
@@ -0,0 +1,5 @@
export { GameStateDebug } from './GameStateDebug';
export { SkillDebug } from './SkillDebug';
export { ElementDebug } from './ElementDebug';
export { AttunementDebug } from './AttunementDebug';
export { GolemDebug } from './GolemDebug';