Merge pull request #1 from mhenke96/main
docs: update standalone keycloak theme section in README.md
This commit is contained in:
commit
28d5fba430
|
@ -92,8 +92,8 @@ mv src/KcApp/* src/
|
|||
|
||||
cat << EOF > src/index.tsx
|
||||
import { createRoot } from "react-dom/client";
|
||||
import { StrictMode, lazy, Suspense } from "react";
|
||||
import { kcContext } from "./KcApp/kcContext";
|
||||
import { StrictMode, lazy } from "react";
|
||||
import { kcContext } from "./kcContext";
|
||||
|
||||
const KcApp = lazy(() => import("./KcApp"));
|
||||
|
||||
|
|
Loading…
Reference in a new issue