fix: fixing translations

This commit is contained in:
Chubby Granny Chaser
2025-10-12 18:59:19 +01:00
5 changed files with 181 additions and 99 deletions

View File

@@ -19,8 +19,8 @@ import {
ContextMenuItemData,
ContextMenuProps,
ConfirmationModal,
useGameActions,
} from "..";
import { useGameActions } from "..";
interface GameContextMenuProps extends Omit<ContextMenuProps, "items"> {
game: LibraryGame;