From c0e43b77e1f4dea2c9043e57dbe51214de80afea Mon Sep 17 00:00:00 2001
From: Alberto Defendi <1369-ahl-berto@users.noreply.gitlab.inf.unibz.it>
Date: Sun, 16 May 2021 16:26:02 +0200
Subject: [PATCH] Remove comma.

---
 src/index.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/index.tsx b/src/index.tsx
index 295b123..aac5936 100644
--- a/src/index.tsx
+++ b/src/index.tsx
@@ -6,7 +6,7 @@ import { App } from 'App';
 ReactDOM.render(
   <React.StrictMode>
     <CssBaseline />
-    <App />,
+    <App />
   </React.StrictMode>,
   document.getElementById('root'),
 );
-- 
GitLab