diff options
author | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2021-07-12 13:11:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-12 13:11:21 -0400 |
commit | 0443cb9267d808513e181e3130d69dde8e73018e (patch) | |
tree | 77a990ae162546b8f109a90ad2b0dc1fbeb44601 /src/client/views/nodes/DocumentContentsView.tsx | |
parent | 464bca333ba97185dcbc93409001adeb26711902 (diff) | |
parent | a5c099cb5ae455064f65989dc977870ce2c3f7fc (diff) |
Merge pull request #12 from brown-dash/schema-view-En-Hua
Schema view En-Hua — added ability to type strings in without quotes, as well as formatting reflecting nested containers
Diffstat (limited to 'src/client/views/nodes/DocumentContentsView.tsx')
-rw-r--r-- | src/client/views/nodes/DocumentContentsView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/DocumentContentsView.tsx b/src/client/views/nodes/DocumentContentsView.tsx index f0a54e4ac..ecf4c0901 100644 --- a/src/client/views/nodes/DocumentContentsView.tsx +++ b/src/client/views/nodes/DocumentContentsView.tsx @@ -8,7 +8,7 @@ import { emptyPath, OmitKeys, Without } from "../../../Utils"; import { DirectoryImportBox } from "../../util/Import & Export/DirectoryImportBox"; import { CollectionDockingView } from "../collections/CollectionDockingView"; import { CollectionFreeFormView } from "../collections/collectionFreeForm/CollectionFreeFormView"; -import { CollectionSchemaView } from "../collections/CollectionSchemaView"; +import { CollectionSchemaView } from "../collections/schemaView/CollectionSchemaView"; import { CollectionView } from "../collections/CollectionView"; import { InkingStroke } from "../InkingStroke"; import { PresElementBox } from "../presentationview/PresElementBox"; |