aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/schemaView/CollectionSchemaMovableTableHOC.tsx
diff options
context:
space:
mode:
author0x85FB9C51 <77808164+0x85FB9C51@users.noreply.github.com>2021-07-08 09:48:51 -0400
committer0x85FB9C51 <77808164+0x85FB9C51@users.noreply.github.com>2021-07-08 09:48:51 -0400
commit0ac0b74de8578062aa7f700779613ff0e18a12ea (patch)
tree51d08045b065c23203a9a84fac7856782a71a1b9 /src/client/views/collections/schemaView/CollectionSchemaMovableTableHOC.tsx
parent7f42c98318899a51cb64080fc4f4e315e43bb150 (diff)
fixed file path mess
Diffstat (limited to 'src/client/views/collections/schemaView/CollectionSchemaMovableTableHOC.tsx')
-rw-r--r--src/client/views/collections/schemaView/CollectionSchemaMovableTableHOC.tsx18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/client/views/collections/schemaView/CollectionSchemaMovableTableHOC.tsx b/src/client/views/collections/schemaView/CollectionSchemaMovableTableHOC.tsx
index 149677976..e1066caf4 100644
--- a/src/client/views/collections/schemaView/CollectionSchemaMovableTableHOC.tsx
+++ b/src/client/views/collections/schemaView/CollectionSchemaMovableTableHOC.tsx
@@ -2,15 +2,15 @@ import React = require("react");
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import { action } from "mobx";
import { ReactTableDefaults, RowInfo, TableCellRenderer } from "react-table";
-import { Doc } from "../../../fields/Doc";
-import { SchemaHeaderField } from "../../../fields/SchemaHeaderField";
-import { Cast, FieldValue, StrCast } from "../../../fields/Types";
-import { DocumentManager } from "../../util/DocumentManager";
-import { DragManager, dropActionType, SetupDrag } from "../../util/DragManager";
-import { SnappingManager } from "../../util/SnappingManager";
-import { Transform } from "../../util/Transform";
-import { undoBatch } from "../../util/UndoManager";
-import { ContextMenu } from "../ContextMenu";
+import { Doc } from "../../../../fields/Doc";
+import { SchemaHeaderField } from "../../../../fields/SchemaHeaderField";
+import { Cast, FieldValue, StrCast } from "../../../../fields/Types";
+import { DocumentManager } from "../../../util/DocumentManager";
+import { DragManager, dropActionType, SetupDrag } from "../../../util/DragManager";
+import { SnappingManager } from "../../../util/SnappingManager";
+import { Transform } from "../../../util/Transform";
+import { undoBatch } from "../../../util/UndoManager";
+import { ContextMenu } from "../../ContextMenu";
import "./CollectionSchemaView.scss";
export interface MovableColumnProps {