Update src/ui/modifier-select-ui-handler.ts

Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
This commit is contained in:
Adrian T. 2024-08-21 03:14:50 +08:00 committed by torranx
parent b147c05851
commit c96d9a90b9
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import { allMoves } from "../data/move";
import * as Utils from "./../utils";
import Overrides from "#app/overrides";
import i18next from "i18next";
import { ShopCursorTarget } from "#app/enums/shop-cursor-target.js";
import { ShopCursorTarget } from "#app/enums/shop-cursor-target";
export const SHOP_OPTIONS_ROW_LIMIT = 6;