diff options
author | bobzel <zzzman@gmail.com> | 2021-03-03 14:25:38 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-03-03 14:25:38 -0500 |
commit | 0bf64d5c4bfc62203fa0a024f994a32e23b0effd (patch) | |
tree | da465e4c76ca15f40693b02b49e4ef6d20107ab5 /src/client/views/collections/CollectionTreeView.tsx | |
parent | c38c7966539cc97e98dd2f836420ca8863bd35fb (diff) |
trying out a forked branch of equation editor. cleaned up warnings.
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.tsx')
-rw-r--r-- | src/client/views/collections/CollectionTreeView.tsx | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/client/views/collections/CollectionTreeView.tsx b/src/client/views/collections/CollectionTreeView.tsx index 9cc7b4649..7527a0c5a 100644 --- a/src/client/views/collections/CollectionTreeView.tsx +++ b/src/client/views/collections/CollectionTreeView.tsx @@ -1,15 +1,7 @@ import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; import { action, computed } from "mobx"; import { observer } from "mobx-react"; -import { - DataSym, - Doc, - DocListCast, - HeightSym, - Opt, - WidthSym, - NativeWidth -} from '../../../fields/Doc'; +import { DataSym, Doc, DocListCast, HeightSym, Opt, WidthSym } from '../../../fields/Doc'; import { Id } from '../../../fields/FieldSymbols'; import { List } from '../../../fields/List'; import { Document } from '../../../fields/Schema'; |