diff options
author | Monika <monika_hedman@brown.edu> | 2019-06-25 17:25:35 -0400 |
---|---|---|
committer | Monika <monika_hedman@brown.edu> | 2019-06-25 17:25:35 -0400 |
commit | 5cc7b9643179f9109e86ca13e806e98232a09715 (patch) | |
tree | c44998c4f5c8de6f2685d56bd13457c72fc7b352 /src/client/views/nodes/PDFBox.tsx | |
parent | d3eb0f311a14daf895f479da791e4abaa9b91db2 (diff) |
god bless things are finally starting to work
Diffstat (limited to 'src/client/views/nodes/PDFBox.tsx')
-rw-r--r-- | src/client/views/nodes/PDFBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/PDFBox.tsx b/src/client/views/nodes/PDFBox.tsx index 96852b9f7..02b883d57 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/FilterBox"; +import { FilterBox } from "../search/FilterBox"; import { Annotation } from './Annotation'; import { PDFViewer } from "../pdf/PDFViewer"; import { positionSchema } from "./DocumentView"; |