From 43bc96bdf62847082137be732beac56fcb6b2899 Mon Sep 17 00:00:00 2001 From: danysmall Date: Mon, 14 Nov 2022 12:31:42 +0300 Subject: [PATCH] Removed double request --- src/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/index.tsx b/src/index.tsx index 9f61062..0e8c2e4 100755 --- a/src/index.tsx +++ b/src/index.tsx @@ -25,7 +25,6 @@ if (!rootElement) throw new Error("Failed to find the root element"); const root = ReactDOM.createRoot(rootElement); root.render( - } /> @@ -46,7 +45,6 @@ root.render( }> - );