Update src/ui/change-password-form-ui-handler.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Sirz Benjie 2025-07-07 19:07:06 -06:00
parent 283fc1b4e4
commit 943cbeb89f
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -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";