aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionSchema/SchemaColumnHeader.tsx
diff options
context:
space:
mode:
authormehekj <mehek.jethani@gmail.com>2022-08-16 17:28:33 -0400
committermehekj <mehek.jethani@gmail.com>2022-08-16 17:28:33 -0400
commita20a40b86bf5df9200218cb713f48e593c41b0ae (patch)
tree54d9f00e6f6c84ff12d0bb3b5604e209288aefc5 /src/client/views/collections/collectionSchema/SchemaColumnHeader.tsx
parentd0d10426510e1bc8397eea927a65714b5b48f966 (diff)
got formatter to work
Diffstat (limited to 'src/client/views/collections/collectionSchema/SchemaColumnHeader.tsx')
-rw-r--r--src/client/views/collections/collectionSchema/SchemaColumnHeader.tsx5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/client/views/collections/collectionSchema/SchemaColumnHeader.tsx b/src/client/views/collections/collectionSchema/SchemaColumnHeader.tsx
index 9bd1b843f..b9dbf4f57 100644
--- a/src/client/views/collections/collectionSchema/SchemaColumnHeader.tsx
+++ b/src/client/views/collections/collectionSchema/SchemaColumnHeader.tsx
@@ -1,9 +1,8 @@
import React = require('react');
+import { computed } from 'mobx';
import { observer } from 'mobx-react';
-import './CollectionSchemaView.scss';
import { EditableView } from '../../EditableView';
-import { emptyFunction } from '../../../../Utils';
-import { action, computed } from 'mobx';
+import './CollectionSchemaView.scss';
export interface SchemaColumnHeaderProps {
columnKeys: string[];