aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/topbar
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-05-08 21:03:27 -0400
committerbobzel <zzzman@gmail.com>2024-05-08 21:03:27 -0400
commitfa4d377b53c9ca31d8900d9c11bd25be57025962 (patch)
tree3956413649eabdcbaf71a826dc48f2b28e8bf2b6 /src/client/views/topbar
parent2e7d3ec952ec88a928f22b8d7a708cc807d9ecdd (diff)
parentb858bd3cad81da41e63b9f8e807e41421ca4aa34 (diff)
Merge branch 'restoringEslint' into nathan-starter
Diffstat (limited to 'src/client/views/topbar')
-rw-r--r--src/client/views/topbar/TopBar.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/topbar/TopBar.tsx b/src/client/views/topbar/TopBar.tsx
index 9f97efcce..e558e14e3 100644
--- a/src/client/views/topbar/TopBar.tsx
+++ b/src/client/views/topbar/TopBar.tsx
@@ -23,9 +23,9 @@ import { CollectionDockingView } from '../collections/CollectionDockingView';
import { CollectionLinearView } from '../collections/collectionLinear';
import { DashboardView } from '../DashboardView';
import { Colors } from '../global/globalEnums';
-import { DocumentView, DocumentViewInternal, returnEmptyDocViewList } from '../nodes/DocumentView';
+import { DocumentView, DocumentViewInternal } from '../nodes/DocumentView';
import { ObservableReactComponent } from '../ObservableReactComponent';
-import { DefaultStyleProvider } from '../StyleProvider';
+import { DefaultStyleProvider, returnEmptyDocViewList } from '../StyleProvider';
import './TopBar.scss';
/**