diff options
| author | mehekj <mehek.jethani@gmail.com> | 2022-08-16 17:28:33 -0400 |
|---|---|---|
| committer | mehekj <mehek.jethani@gmail.com> | 2022-08-16 17:28:33 -0400 |
| commit | a20a40b86bf5df9200218cb713f48e593c41b0ae (patch) | |
| tree | 54d9f00e6f6c84ff12d0bb3b5604e209288aefc5 /src/client/views/collections/collectionSchema/SchemaTableCell.tsx | |
| parent | d0d10426510e1bc8397eea927a65714b5b48f966 (diff) | |
got formatter to work
Diffstat (limited to 'src/client/views/collections/collectionSchema/SchemaTableCell.tsx')
| -rw-r--r-- | src/client/views/collections/collectionSchema/SchemaTableCell.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionSchema/SchemaTableCell.tsx b/src/client/views/collections/collectionSchema/SchemaTableCell.tsx index 1eb5e0e01..7e2fa1f6f 100644 --- a/src/client/views/collections/collectionSchema/SchemaTableCell.tsx +++ b/src/client/views/collections/collectionSchema/SchemaTableCell.tsx @@ -1,7 +1,6 @@ import React = require('react'); import { observer } from 'mobx-react'; import { Doc, Field } from '../../../../fields/Doc'; -import { StrCast } from '../../../../fields/Types'; import './CollectionSchemaView.scss'; export interface SchemaTableCellProps { |
