Merge pull request #1 from mhenke96/main

docs: update standalone keycloak theme section in README.md
This commit is contained in:
Joseph Garrone
2022-09-18 20:19:34 +02:00
committed by GitHub

View File

@ -92,8 +92,8 @@ mv src/KcApp/* src/
cat << EOF > src/index.tsx cat << EOF > src/index.tsx
import { createRoot } from "react-dom/client"; import { createRoot } from "react-dom/client";
import { StrictMode, lazy, Suspense } from "react"; import { StrictMode, lazy } from "react";
import { kcContext } from "./KcApp/kcContext"; import { kcContext } from "./kcContext";
const KcApp = lazy(() => import("./KcApp")); const KcApp = lazy(() => import("./KcApp"));