diff options
author | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2021-07-12 13:57:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-12 13:57:33 -0400 |
commit | 9980ea76280021e37edecb3364e1ef630ce10d58 (patch) | |
tree | fa87a9c893d0e35c5570b0e7296a7739fe16a4d5 /src/client/util/SelectionManager.ts | |
parent | 21c5e8d623fccc4d750e202eba501587bc1a1f16 (diff) | |
parent | e48f447f66f7f50f39be385e0eb09df552f5f503 (diff) |
Merge pull request #14 from brown-dash/schema-view-En-Hua
Changed "schemaView" :arrow_right: "collectionSchema"
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"; |