diff options
| author | 0x85FB9C51 <77808164+0x85FB9C51@users.noreply.github.com> | 2021-07-10 15:51:32 -0400 |
|---|---|---|
| committer | 0x85FB9C51 <77808164+0x85FB9C51@users.noreply.github.com> | 2021-07-10 15:51:32 -0400 |
| commit | dda6b85a142f5b47cb01e63777cc031aa556d491 (patch) | |
| tree | 7781f802824daaac1eb4e71ab4758551835a1071 /src/client/views/collections/schemaView/SchemaTable.tsx | |
| parent | dc4d29e7aef46d856f59e2f45f0016de45df78a7 (diff) | |
Seperated a file into two for organizaitonal purposes
Diffstat (limited to 'src/client/views/collections/schemaView/SchemaTable.tsx')
| -rw-r--r-- | src/client/views/collections/schemaView/SchemaTable.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/collections/schemaView/SchemaTable.tsx b/src/client/views/collections/schemaView/SchemaTable.tsx index 05d77a739..a735d4257 100644 --- a/src/client/views/collections/schemaView/SchemaTable.tsx +++ b/src/client/views/collections/schemaView/SchemaTable.tsx @@ -28,7 +28,8 @@ import { DocumentView } from "../../nodes/DocumentView"; import { DefaultStyleProvider } from "../../StyleProvider"; import { CellProps, CollectionSchemaButtons, CollectionSchemaCell, CollectionSchemaCheckboxCell, CollectionSchemaDateCell, CollectionSchemaDocCell, CollectionSchemaImageCell, CollectionSchemaListCell, CollectionSchemaNumberCell, CollectionSchemaStringCell } from "./CollectionSchemaCells"; import { CollectionSchemaAddColumnHeader, KeysDropdown } from "./CollectionSchemaHeaders"; -import { MovableColumn, MovableRow } from "./CollectionSchemaMovableTableHOC"; +import { MovableColumn } from "./CollectionSchemaMovableColumn"; +import { MovableRow } from "./CollectionSchemaMovableRow"; import "./CollectionSchemaView.scss"; import { CollectionView } from "../CollectionView"; |
