diff options
author | geireann <geireann_lindfield_roberts@brown.edu> | 2021-07-12 13:54:23 -0400 |
---|---|---|
committer | geireann <geireann_lindfield_roberts@brown.edu> | 2021-07-12 13:54:23 -0400 |
commit | e48f447f66f7f50f39be385e0eb09df552f5f503 (patch) | |
tree | e678a44ff8d0f6b8da65cea855893fdb83584e69 /src/client/util/SelectionManager.ts | |
parent | a5c099cb5ae455064f65989dc977870ce2c3f7fc (diff) |
Changed "schemaView" :arrow_right: "collectionSchema"
So style is consistent with other folders
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"; |