aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordg314 <david_grossman@brown.edu>2021-08-16 16:51:50 -0400
committerdg314 <david_grossman@brown.edu>2021-08-16 16:51:50 -0400
commita8f73101fa9b254775665f0bd69a36d193bb9113 (patch)
tree9288f7160ee6745819e00337c6b67fb5c1c61c41 /src
parent0607dce05a6f997308c15e32b9c6ae688ebef11b (diff)
small changes
Diffstat (limited to 'src')
-rw-r--r--src/client/views/search/SearchBox.tsx1
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";