Phase 3: Split CraftingTab.tsx into crafting stage components

This commit is contained in:
Unknown
2026-04-24 13:05:12 +02:00
parent c46981d81b
commit a528feb8e2
7 changed files with 1067 additions and 843 deletions
+6
View File
@@ -0,0 +1,6 @@
// Barrel file for crafting components
export { EnchantmentDesigner, type EnchantmentDesignerProps } from './EnchantmentDesigner';
export { EnchantmentPreparer, type EnchantmentPreparerProps } from './EnchantmentPreparer';
export { EnchantmentApplier, type EnchantmentApplierProps } from './EnchantmentApplier';
export { EquipmentCrafter, type EquipmentCrafterProps } from './EquipmentCrafter';