'use client'; import type { GameStore } from '@/lib/game/store'; import { GameStateDebug, SkillDebug, ElementDebug, AttunementDebug, GolemDebug, PactDebug } from '@/components/game/debug'; interface DebugTabProps { store: GameStore; } export function DebugTab({ store }: DebugTabProps) { return (