From 943cbeb89f20748e9a505626170b9ce9d610dfe6 Mon Sep 17 00:00:00 2001 From: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> Date: Mon, 7 Jul 2025 19:07:06 -0600 Subject: [PATCH] Update src/ui/change-password-form-ui-handler.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- src/ui/change-password-form-ui-handler.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ui/change-password-form-ui-handler.ts b/src/ui/change-password-form-ui-handler.ts index 8e4bededc12..eccc67ffb04 100644 --- a/src/ui/change-password-form-ui-handler.ts +++ b/src/ui/change-password-form-ui-handler.ts @@ -1,5 +1,4 @@ import { globalScene } from "#app/global-scene"; -// import type { OptionSelectItem } from "#app/ui/abstact-option-select-ui-handler"; import { pokerogueApi } from "#app/plugins/api/pokerogue-api"; import { UiMode } from "#enums/ui-mode"; import type { InputFieldConfig } from "#ui/form-modal-ui-handler";