aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend/src/index.tsx')
-rw-r--r--subprojects/frontend/src/index.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/subprojects/frontend/src/index.tsx b/subprojects/frontend/src/index.tsx
index a40f1762..3e56d941 100644
--- a/subprojects/frontend/src/index.tsx
+++ b/subprojects/frontend/src/index.tsx
@@ -1,5 +1,4 @@
1import { configure } from 'mobx'; 1import { configure } from 'mobx';
2import React from 'react';
3import { type Root, createRoot } from 'react-dom/client'; 2import { type Root, createRoot } from 'react-dom/client';
4 3
5import App from './App'; 4import App from './App';