aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/SelectionManager.ts
diff options
context:
space:
mode:
authorusodhi <61431818+usodhi@users.noreply.github.com>2021-07-17 12:18:25 -0400
committerusodhi <61431818+usodhi@users.noreply.github.com>2021-07-17 12:18:25 -0400
commit824093d9572a3ba991544b481447199fc653c61a (patch)
treed55fe82768a397521c1e4ae9c8d4c5823bc6d9aa /src/client/util/SelectionManager.ts
parentd6e313be26323d7e8265714665c71e2d571764ae (diff)
parent212d49772c1c2aa3d0a9382ef144dc3037faa8c2 (diff)
merging
Diffstat (limited to 'src/client/util/SelectionManager.ts')
-rw-r--r--src/client/util/SelectionManager.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/SelectionManager.ts b/src/client/util/SelectionManager.ts
index ca5ef75d2..00f0894c7 100644
--- a/src/client/util/SelectionManager.ts
+++ b/src/client/util/SelectionManager.ts
@@ -1,7 +1,7 @@
import { action, observable, ObservableMap } from "mobx";
import { computedFn } from "mobx-utils";
import { Doc, Opt } from "../../fields/Doc";
-import { CollectionSchemaView } from "../views/collections/CollectionSchemaView";
+import { CollectionSchemaView } from "../views/collections/collectionSchema/CollectionSchemaView";
import { CollectionViewType } from "../views/collections/CollectionView";
import { DocumentView } from "../views/nodes/DocumentView";