feat(storybook): update formatting; introduce new pages; update keycloakify
This commit is contained in:
parent
60c4adf572
commit
09ce9d97f6
30 changed files with 882 additions and 91 deletions
|
|
@ -1,7 +1,7 @@
|
|||
// Copy pasted from: https://github.com/InseeFrLab/keycloakify/blob/main/src/lib/pages/RegisterUserProfile.tsx
|
||||
import { useState } from "react";
|
||||
import { clsx } from "keycloakify/lib/tools/clsx";
|
||||
import { UserProfileFormFields } from "./shared/UserProfileCommons";
|
||||
import { UserProfileFormFields } from "keycloakify/lib/pages/shared/UserProfileCommons";
|
||||
import type { PageProps } from "keycloakify/lib/KcProps";
|
||||
import type { KcContext } from "../kcContext";
|
||||
import type { I18n } from "../i18n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue