aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/main.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/app/main.tsx')
-rw-r--r--frontend/app/main.tsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/frontend/app/main.tsx b/frontend/app/main.tsx
index 89ed944..ca839a3 100644
--- a/frontend/app/main.tsx
+++ b/frontend/app/main.tsx
@@ -10,11 +10,11 @@ config.autoAddCss = false;
const root = document.getElementById("root");
if (!root) {
- throw new Error("Root element not found");
+ throw new Error("Root element not found");
}
createRoot(root).render(
- <StrictMode>
- <App />
- </StrictMode>,
+ <StrictMode>
+ <App />
+ </StrictMode>,
);