diff options
author | bobzel <zzzman@gmail.com> | 2023-03-23 17:01:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-23 17:01:51 -0400 |
commit | 9569fc333ffc3496f3a91989da778449271f323c (patch) | |
tree | 23e1b83253a91dc08a3171e1654bf4739524d5c7 /src/client/views/nodes/DocumentContentsView.tsx | |
parent | 44a6c5cabd35e8f7734d6f70128245ba5379d3c1 (diff) | |
parent | 2c27974f2bce7ef847aa6aaff042e4ddc9b4aa89 (diff) |
Merge pull request #162 from brown-dash/schema-mehek
new schema view
Diffstat (limited to 'src/client/views/nodes/DocumentContentsView.tsx')
-rw-r--r-- | src/client/views/nodes/DocumentContentsView.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/nodes/DocumentContentsView.tsx b/src/client/views/nodes/DocumentContentsView.tsx index 679c10a20..c21bc9754 100644 --- a/src/client/views/nodes/DocumentContentsView.tsx +++ b/src/client/views/nodes/DocumentContentsView.tsx @@ -9,6 +9,7 @@ import { DirectoryImportBox } from '../../util/Import & Export/DirectoryImportBo import { CollectionDockingView } from '../collections/CollectionDockingView'; import { CollectionFreeFormView } from '../collections/collectionFreeForm/CollectionFreeFormView'; import { CollectionSchemaView } from '../collections/collectionSchema/CollectionSchemaView'; +import { SchemaRowBox } from '../collections/collectionSchema/SchemaRowBox'; import { CollectionView } from '../collections/CollectionView'; import { InkingStroke } from '../InkingStroke'; import { PresElementBox } from '../nodes/trails/PresElementBox'; @@ -266,6 +267,7 @@ export class DocumentContentsView extends React.Component< HTMLtag, ComparisonBox, LoadingBox, + SchemaRowBox, }} bindings={bindings} jsx={layoutFrame} |