diff --git a/src/lib/pages/shared/UserProfileCommons.tsx b/src/lib/pages/shared/UserProfileCommons.tsx index 2eed1c0b..445f56b6 100644 --- a/src/lib/pages/shared/UserProfileCommons.tsx +++ b/src/lib/pages/shared/UserProfileCommons.tsx @@ -5,10 +5,9 @@ import { clsx } from "../../tools/clsx"; import { useCallbackFactory } from "../../tools/useCallbackFactory"; import { useFormValidationSlice } from "../../useFormValidationSlice"; import type { I18nBase } from "../../i18n"; -import type { Param0 } from "tsafe/Param0"; export type UserProfileFormFieldsProps = { - kcContext: Param0["kcContext"]; + kcContext: Parameters[0]["kcContext"]; i18n: I18nBase; } & KcProps & Partial JSX.Element | null>> & {