fix: broken import paths, illegal import in function body, local fonts for Docker
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m23s

This commit is contained in:
Refactoring Agent
2026-05-05 20:23:47 +02:00
parent ed69a8f2b4
commit b0cc848909
6 changed files with 13 additions and 10 deletions
@@ -5,7 +5,8 @@
import { useState } from 'react';
import type { SkillUpgradeChoice } from '@/lib/game/types';
import { SKILLS_DEF, getTierMultiplier } from '@/lib/game/constants';
import { SKILLS_DEF } from '@/lib/game/constants';
import { getTierMultiplier } from '@/lib/game/skill-evolution';
import { getUnifiedEffects } from '@/lib/game/effects';
import { useSkillStore, useGameStore, usePrestigeStore } from '@/lib/game/stores';
import { SkillRow } from './SkillRow';