Update README.md

This commit is contained in:
Manuel Henke 2022-09-18 15:51:23 +02:00 committed by GitHub
parent b7207eea8e
commit 1c252992e5
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"));