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:
@@ -4,7 +4,7 @@ import { Button } from '@/components/ui/button';
|
||||
import { Card, CardContent, CardHeader, CardTitle } from '@/components/ui/card';
|
||||
import { ELEMENTS } from '@/lib/game/constants';
|
||||
import { Star, Lock } from 'lucide-react';
|
||||
import type { GameStore } from '@/lib/game/types';
|
||||
import type { GameStore } from '@/lib/game/store';
|
||||
|
||||
interface ElementDebugProps {
|
||||
store: GameStore;
|
||||
|
||||
Reference in New Issue
Block a user