diff --git a/client/src/index.jsx b/client/src/index.jsx
index 230db36e..093329e3 100644
--- a/client/src/index.jsx
+++ b/client/src/index.jsx
@@ -6,12 +6,12 @@ import { BrowserRouter } from 'react-router-dom';
import { SnackbarProvider } from './context/snackbarContext';
ReactDOM.render(
-
-
-
-
- ,
- document.getElementById('root')
+
+
+
+
+ ,
+ document.getElementById('root'),
);
// If you want your app to work offline and load faster, you can change