Joseph Garrone 2024-01-10 13:41:18 +01:00
parent 4c2f041d8b
commit c8653e8320
4 changed files with 18 additions and 11 deletions

View file

@ -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"));