This commit is contained in:
garronej 2022-09-07 13:27:27 +02:00
parent 184139f284
commit 2a10ec9a20
7 changed files with 216 additions and 6 deletions

View file

@ -3,7 +3,10 @@ import type { KcContext } from "./kcContext";
import KcAppBase, { defaultKcProps } from "keycloakify";
import { useI18n } from "./i18n";
const Register = lazy(() => import("./Register"));
const Terms = lazy(() => import("./Terms"));
const MyExtraPage1 = lazy(() => import("./MyExtraPage1"));
const MyExtraPage2 = lazy(() => import("./MyExtraPage2"));
export type Props = {
kcContext: KcContext;