This commit is contained in:
parent
4c2f041d8b
commit
c8653e8320
4 changed files with 18 additions and 11 deletions
|
|
@ -3,8 +3,7 @@ import { lazy, Suspense } from "react";
|
|||
import type { PageProps } from "keycloakify/account";
|
||||
import type { KcContext } from "./kcContext";
|
||||
import { useI18n } from "./i18n";
|
||||
|
||||
const Template = lazy(() => import("./Template"));
|
||||
import Template from "./Template";
|
||||
|
||||
const Password = lazy(() => import("./pages/Password"));
|
||||
const MyExtraPage1 = lazy(() => import("./pages/MyExtraPage1"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue