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
commit 28d5fba430
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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