diff options
| author | bobzel <zzzman@gmail.com> | 2024-03-30 09:49:39 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-03-30 09:49:39 -0400 |
| commit | b90f19828ed7785ead8454b3ec92431edf2ce031 (patch) | |
| tree | e365ef55b5a09f8924b13798ff97e9969b767e38 /src/client/views/collections/TreeView.tsx | |
| parent | 2c76e466dda838667026b8f1045ef5539e404dcd (diff) | |
trying to cleanup import cycles
Diffstat (limited to 'src/client/views/collections/TreeView.tsx')
| -rw-r--r-- | src/client/views/collections/TreeView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/TreeView.tsx b/src/client/views/collections/TreeView.tsx index 1b4349f44..5eac6cb09 100644 --- a/src/client/views/collections/TreeView.tsx +++ b/src/client/views/collections/TreeView.tsx @@ -19,7 +19,6 @@ import { DocUtils, Docs } from '../../documents/Documents'; import { DocumentManager } from '../../util/DocumentManager'; import { DragManager, dropActionType } from '../../util/DragManager'; import { LinkManager } from '../../util/LinkManager'; -import { ScriptingGlobals } from '../../util/ScriptingGlobals'; import { SettingsManager } from '../../util/SettingsManager'; import { SnappingManager } from '../../util/SnappingManager'; import { Transform } from '../../util/Transform'; |
