diff --git a/ui/src/index.tsx b/ui/src/index.tsx
index 7cabf0f..324579a 100644
--- a/ui/src/index.tsx
+++ b/ui/src/index.tsx
@@ -5,12 +5,14 @@ import App from './App';
import reportWebVitals from './reportWebVitals';
const root = ReactDOM.createRoot(
- document.getElementById('root') as HTMLElement
+ document.getElementById('root') as HTMLElement
);
root.render(
-
-
-
+
+
+
+
);
// If you want to start measuring performance in your app, pass a function