aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/editor/SearchPanelPortal.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend/src/editor/SearchPanelPortal.tsx')
-rw-r--r--subprojects/frontend/src/editor/SearchPanelPortal.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/subprojects/frontend/src/editor/SearchPanelPortal.tsx b/subprojects/frontend/src/editor/SearchPanelPortal.tsx
index b6b375e3..5cf1c90e 100644
--- a/subprojects/frontend/src/editor/SearchPanelPortal.tsx
+++ b/subprojects/frontend/src/editor/SearchPanelPortal.tsx
@@ -1,6 +1,5 @@
1import Portal from '@mui/material/Portal'; 1import Portal from '@mui/material/Portal';
2import { observer } from 'mobx-react-lite'; 2import { observer } from 'mobx-react-lite';
3import React from 'react';
4 3
5import type EditorStore from './EditorStore'; 4import type EditorStore from './EditorStore';
6import SearchToolbar from './SearchToolbar'; 5import SearchToolbar from './SearchToolbar';