From 6f2e9277fd2da059213354cdac86eb4a2fc8899e Mon Sep 17 00:00:00 2001 From: Katarzyna Rachwal Date: Fri, 9 Feb 2024 14:34:01 -0500 Subject: [PATCH] missed spacing in a file... --- react-frontend/src/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/react-frontend/src/index.tsx b/react-frontend/src/index.tsx index 032464f..71e9103 100644 --- a/react-frontend/src/index.tsx +++ b/react-frontend/src/index.tsx @@ -8,9 +8,9 @@ const root = ReactDOM.createRoot( document.getElementById('root') as HTMLElement ); root.render( - - - + + + ); // If you want to start measuring performance in your app, pass a function