diff options
| author | 0x85FB9C51 <77808164+0x85FB9C51@users.noreply.github.com> | 2021-07-08 09:48:51 -0400 |
|---|---|---|
| committer | 0x85FB9C51 <77808164+0x85FB9C51@users.noreply.github.com> | 2021-07-08 09:48:51 -0400 |
| commit | 0ac0b74de8578062aa7f700779613ff0e18a12ea (patch) | |
| tree | 51d08045b065c23203a9a84fac7856782a71a1b9 /src/client/views/collections/schemaView/SchemaTable.tsx | |
| parent | 7f42c98318899a51cb64080fc4f4e315e43bb150 (diff) | |
fixed file path mess
Diffstat (limited to 'src/client/views/collections/schemaView/SchemaTable.tsx')
| -rw-r--r-- | src/client/views/collections/schemaView/SchemaTable.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/schemaView/SchemaTable.tsx b/src/client/views/collections/schemaView/SchemaTable.tsx index c305f6806..05d77a739 100644 --- a/src/client/views/collections/schemaView/SchemaTable.tsx +++ b/src/client/views/collections/schemaView/SchemaTable.tsx @@ -23,7 +23,7 @@ import { Transform } from "../../../util/Transform"; import { undoBatch } from "../../../util/UndoManager"; import { COLLECTION_BORDER_WIDTH, SCHEMA_DIVIDER_WIDTH } from '../../globalCssVariables.scss'; import { ContextMenu } from "../../ContextMenu"; -import '../DocumentDecorations.scss'; +import '../../../views/DocumentDecorations.scss'; import { DocumentView } from "../../nodes/DocumentView"; import { DefaultStyleProvider } from "../../StyleProvider"; import { CellProps, CollectionSchemaButtons, CollectionSchemaCell, CollectionSchemaCheckboxCell, CollectionSchemaDateCell, CollectionSchemaDocCell, CollectionSchemaImageCell, CollectionSchemaListCell, CollectionSchemaNumberCell, CollectionSchemaStringCell } from "./CollectionSchemaCells"; |
