Fix DebugTab crash (Bug 4): Correct GameStore import path
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 25s
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 25s
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import { Card, CardContent, CardHeader, CardTitle } from '@/components/ui/card';
|
||||
import { Bug } from 'lucide-react';
|
||||
import type { GameStore } from '@/lib/game/types';
|
||||
import type { GameStore } from '@/lib/game/store';
|
||||
|
||||
interface GolemDebugProps {
|
||||
store: GameStore;
|
||||
|
||||
Reference in New Issue
Block a user