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/CollectionSchemaCells.tsx | |
| parent | 7f42c98318899a51cb64080fc4f4e315e43bb150 (diff) | |
fixed file path mess
Diffstat (limited to 'src/client/views/collections/schemaView/CollectionSchemaCells.tsx')
| -rw-r--r-- | src/client/views/collections/schemaView/CollectionSchemaCells.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/schemaView/CollectionSchemaCells.tsx b/src/client/views/collections/schemaView/CollectionSchemaCells.tsx index 2549beaae..f2df87d71 100644 --- a/src/client/views/collections/schemaView/CollectionSchemaCells.tsx +++ b/src/client/views/collections/schemaView/CollectionSchemaCells.tsx @@ -24,7 +24,7 @@ import { CompileScript } from "../../../util/Scripting"; import { SearchUtil } from "../../../util/SearchUtil"; import { SnappingManager } from "../../../util/SnappingManager"; import { undoBatch } from "../../../util/UndoManager"; -import '../DocumentDecorations.scss'; +import '../../../views/DocumentDecorations.scss'; import { EditableView } from "../../EditableView"; import { MAX_ROW_HEIGHT } from '../../globalCssVariables.scss'; import { DocumentIconContainer } from "../../nodes/DocumentIcon"; |
