diff options
| author | 0x85FB9C51 <77808164+0x85FB9C51@users.noreply.github.com> | 2021-07-12 15:51:33 -0400 |
|---|---|---|
| committer | 0x85FB9C51 <77808164+0x85FB9C51@users.noreply.github.com> | 2021-07-12 15:51:33 -0400 |
| commit | 475c10f417831cddad354f38a2b8c1418a1da1aa (patch) | |
| tree | 44c8f0baeb1872efa690a9dd63e545325dd2c4c2 /src/client/util/SelectionManager.ts | |
| parent | 0dc2b16041bf3c774723b00b440369357931c15b (diff) | |
| parent | e48f447f66f7f50f39be385e0eb09df552f5f503 (diff) | |
Merge branch 'schema-view-En-Hua' of https://github.com/brown-dash/Dash-Web into schema-view-En-Hua
Diffstat (limited to 'src/client/util/SelectionManager.ts')
| -rw-r--r-- | src/client/util/SelectionManager.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/SelectionManager.ts b/src/client/util/SelectionManager.ts index a624d5b7c..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/schemaView/CollectionSchemaView"; +import { CollectionSchemaView } from "../views/collections/collectionSchema/CollectionSchemaView"; import { CollectionViewType } from "../views/collections/CollectionView"; import { DocumentView } from "../views/nodes/DocumentView"; |
