From a90f1a5041cf4a622f41f3b2680052e3a4d5ba11 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 4 May 2022 11:35:47 +0800 Subject: ... --- FrontEnd/src/index.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'FrontEnd/src/index.tsx') diff --git a/FrontEnd/src/index.tsx b/FrontEnd/src/index.tsx index ea940004..2affb277 100644 --- a/FrontEnd/src/index.tsx +++ b/FrontEnd/src/index.tsx @@ -17,4 +17,8 @@ import App from "./App"; const container = document.getElementById("app"); // eslint-disable-next-line @typescript-eslint/no-non-null-assertion const root = createRoot(container!); -root.render(); +root.render( + + + +); -- cgit v1.2.3