Update README.md
This commit is contained in:
parent
b7207eea8e
commit
1c252992e5
|
@ -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"));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue