diff --git a/src/components/game/GrimoireTab.tsx b/src/components/game/GrimoireTab.tsx deleted file mode 100755 index 03f45dc..0000000 --- a/src/components/game/GrimoireTab.tsx +++ /dev/null @@ -1,193 +0,0 @@ -'use client'; - -import { useGameStore, fmt, fmtDec, computePactMultiplier } from '@/lib/game/store'; -import { ELEMENTS, GUARDIANS, PRESTIGE_DEF } from '@/lib/game/constants'; -import { Card, CardContent, CardHeader, CardTitle } from '@/components/ui/card'; -import { Badge } from '@/components/ui/badge'; -import { Button } from '@/components/ui/button'; -import { RotateCcw } from 'lucide-react'; - -export function GrimoireTab() { - const store = useGameStore(); - - return ( -
- Skills saved to memory will retain their level, tier, and upgrades when you start a new loop. -
- - {/* Saved Memories */} - {store.memories.length > 0 ? ( -