WIP
This commit is contained in:
parent
184139f284
commit
2a10ec9a20
7 changed files with 216 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue