From d324718646ef190101840d625121b9e86fef9125 Mon Sep 17 00:00:00 2001 From: danysmall Date: Mon, 14 Nov 2022 12:27:05 +0300 Subject: [PATCH] Two requests fixed --- src/index.tsx | 42 ++++++++++++++++++++---------------------- 1 file changed, 20 insertions(+), 22 deletions(-) diff --git a/src/index.tsx b/src/index.tsx index 9f61062..e546ba7 100755 --- a/src/index.tsx +++ b/src/index.tsx @@ -25,28 +25,26 @@ if (!rootElement) throw new Error("Failed to find the root element"); const root = ReactDOM.createRoot(rootElement); root.render( - - - - } /> - } /> - } /> - } /> - } /> - } /> - } /> - - } /> - } /> - - - } /> - - } /> - }> - - - + + + } /> + } /> + } /> + } /> + } /> + } /> + } /> + + } /> + } /> + + + } /> + + } /> + }> + + );