Fix DebugTab crash (Bug 4): Correct GameStore import path
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 25s

This commit is contained in:
Refactoring Agent
2026-04-27 12:31:06 +02:00
parent ebb9d15e9e
commit 3bcf20636c
8 changed files with 22 additions and 14 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
'use client';
import type { GameStore } from '@/lib/game/types';
import type { GameStore } from '@/lib/game/store';
import {
GameStateDebug,
SkillDebug,