aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/schemaView/CollectionSchemaHeaders.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/CollectionSchemaHeaders.tsx
parent7f42c98318899a51cb64080fc4f4e315e43bb150 (diff)
fixed file path mess
Diffstat (limited to 'src/client/views/collections/schemaView/CollectionSchemaHeaders.tsx')
-rw-r--r--src/client/views/collections/schemaView/CollectionSchemaHeaders.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/collections/schemaView/CollectionSchemaHeaders.tsx b/src/client/views/collections/schemaView/CollectionSchemaHeaders.tsx
index b825d6d96..ab3076224 100644
--- a/src/client/views/collections/schemaView/CollectionSchemaHeaders.tsx
+++ b/src/client/views/collections/schemaView/CollectionSchemaHeaders.tsx
@@ -10,7 +10,8 @@ import { ScriptField } from "../../../../fields/ScriptField";
import { Cast, StrCast } from "../../../../fields/Types";
import { undoBatch } from "../../../util/UndoManager";
import { SearchBox } from "../../search/SearchBox";
-import { ColumnType } from "../CollectionSchemaView";
+import { ColumnType } from "./CollectionSchemaView";
+import { ColumnType2 } from "../CollectionSchemaView";
import "./CollectionSchemaView.scss";
import { CollectionView } from "../CollectionView";