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( }> - );