Phase 2: Remove unreferenced ComboMeter and GameFooter components

This commit is contained in:
Unknown
2026-04-24 10:51:55 +02:00
parent 8995a31527
commit c19ce5111e
17 changed files with 19 additions and 186 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import { Card, CardContent, CardHeader, CardTitle } from '@/components/ui/card';
import { Badge } from '@/components/ui/badge';
import { ELEMENTS, SPELLS_DEF } from '@/lib/game/constants';
import { ENCHANTMENT_EFFECTS } from '@/lib/game/data/enchantment-effects';
import { calcDamage, canAffordSpellCost, fmt } from '@/lib/game/store';
import { canAffordSpellCost } from '@/lib/game/store';
import { formatSpellCost, getSpellCostColor } from '@/lib/game/formatting';
interface SpellsTabProps {