aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/PDFBox.tsx
diff options
context:
space:
mode:
authorMonika <monika_hedman@brown.edu>2019-06-25 16:03:16 -0400
committerMonika <monika_hedman@brown.edu>2019-06-25 16:03:16 -0400
commit70023ce43fe52264ce5c6ce43e9124c5f5798090 (patch)
tree325f610647479154f9723f292f51ebc7351d2bad /src/client/views/nodes/PDFBox.tsx
parentb954eeb57c1ba7a459d85ca7f98855e1b4134267 (diff)
things are not good
Diffstat (limited to 'src/client/views/nodes/PDFBox.tsx')
-rw-r--r--src/client/views/nodes/PDFBox.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/PDFBox.tsx b/src/client/views/nodes/PDFBox.tsx
index 07f4733ba..96852b9f7 100644
--- a/src/client/views/nodes/PDFBox.tsx
+++ b/src/client/views/nodes/PDFBox.tsx
@@ -11,7 +11,7 @@ import { PdfField } from "../../../new_fields/URLField";
import { RouteStore } from "../../../server/RouteStore";
import { DocComponent } from "../DocComponent";
import { InkingControl } from "../InkingControl";
-import { SearchBox } from "../search/SearchBox";
+import { SearchBox } from "../search/FilterBox";
import { Annotation } from './Annotation';
import { PDFViewer } from "../pdf/PDFViewer";
import { positionSchema } from "./DocumentView";