Rename UserProfileCommon to UserProfileFormFields

This commit is contained in:
garronej 2023-03-24 04:17:50 +01:00
parent 10027aa0e2
commit 8e9dfd2ac7
2 changed files with 1 additions and 1 deletions

View file

@ -1,7 +1,7 @@
// ejected using 'npx eject-keycloak-page'
import { useState } from "react";
import { clsx } from "keycloakify/tools/clsx";
import { UserProfileFormFields } from "./shared/UserProfileCommons";
import { UserProfileFormFields } from "./shared/UserProfileFormFields";
import type { PageProps } from "keycloakify/login/pages/PageProps";
import { useGetClassName } from "keycloakify/login/lib/useGetClassName";
import type { KcContext } from "../kcContext";