diff options
author | dg314 <david_grossman@brown.edu> | 2021-08-16 16:51:50 -0400 |
---|---|---|
committer | dg314 <david_grossman@brown.edu> | 2021-08-16 16:51:50 -0400 |
commit | a8f73101fa9b254775665f0bd69a36d193bb9113 (patch) | |
tree | 9288f7160ee6745819e00337c6b67fb5c1c61c41 /src | |
parent | 0607dce05a6f997308c15e32b9c6ae688ebef11b (diff) |
small changes
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/search/SearchBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/search/SearchBox.tsx b/src/client/views/search/SearchBox.tsx index b9b3e358d..82eedd152 100644 --- a/src/client/views/search/SearchBox.tsx +++ b/src/client/views/search/SearchBox.tsx @@ -9,7 +9,6 @@ import { StrCast } from '../../../fields/Types'; import { DocumentType } from "../../documents/DocumentTypes"; import { DocumentManager } from "../../util/DocumentManager"; import { CollectionDockingView } from "../collections/CollectionDockingView"; -import { CollectionSchemaBooleanCell } from '../collections/collectionSchema/CollectionSchemaCells'; import { ViewBoxBaseComponent } from "../DocComponent"; import { FieldView, FieldViewProps } from '../nodes/FieldView'; import "./SearchBox.scss"; |