fix: imports inutilisés frontend (useEffect, CombatResult)
All checks were successful
CI/CD — Build & Deploy / Build & Deploy (push) Successful in 33s

This commit is contained in:
2026-03-24 20:47:35 +01:00
parent efe4b4e372
commit 6ffc867ef7
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import { api } from './client';
import type {
User, Character, Monster, CombatResult, CombatLog,
User, Character, Monster, CombatLog,
CharacterItem, CharacterMaterial, Recipe, CraftJob, Item,
} from './types';