setError('')} message={`Error: ${error}`} />
)}
diff --git a/webapp/src/components/Init.tsx b/webapp/src/components/Init.tsx
index e8a2c44..e5f918c 100644
--- a/webapp/src/components/Init.tsx
+++ b/webapp/src/components/Init.tsx
@@ -9,11 +9,11 @@ const Init = (props:ActionProps) =>{
const { t } = useTranslation()
return (
-
-
diff --git a/webapp/src/index.tsx b/webapp/src/index.tsx
index db4d643..5b87300 100644
--- a/webapp/src/index.tsx
+++ b/webapp/src/index.tsx
@@ -1,7 +1,7 @@
import React from 'react';
import ReactDOM from 'react-dom/client';
import './index.css';
-import App from './App';
+import App from './App'
import reportWebVitals from './reportWebVitals';
const root = ReactDOM.createRoot(document.getElementById('root') as HTMLElement);
diff --git a/webapp/tsconfig.json b/webapp/tsconfig.json
index e1b40b2..b6cef81 100644
--- a/webapp/tsconfig.json
+++ b/webapp/tsconfig.json
@@ -37,7 +37,7 @@
"noUnusedLocals": true,
"noUnusedParameters": true
},
- "include": ["./**/*.tsx"],
+ "include": ["./**/*.tsx", "src/index.tsx"],
"exclude": [
"node_modules/**/*"
]