diff options
author | madelinegr <monika_hedman@brown.edu> | 2019-06-10 15:45:12 -0400 |
---|---|---|
committer | madelinegr <monika_hedman@brown.edu> | 2019-06-10 15:45:12 -0400 |
commit | 3655e529eef051e3d68f6e9c242d320be9b32906 (patch) | |
tree | 623c79d092fd17f05126a86c26aa9a98374f0fd3 /src/client/views/nodes/PDFBox.tsx | |
parent | 89b560153d6cb987602a13397c019845143ee70d (diff) |
end of day 6/10 eek
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 aa29a7170..b1fd54df1 100644 --- a/src/client/views/nodes/PDFBox.tsx +++ b/src/client/views/nodes/PDFBox.tsx @@ -15,7 +15,7 @@ import { Utils } from '../../../Utils'; import { DocServer } from "../../DocServer"; import { DocComponent } from "../DocComponent"; import { InkingControl } from "../InkingControl"; -import { SearchBox } from "../SearchBox"; +import { SearchBox } from "../search/SearchBox"; import { Annotation } from './Annotation'; import { positionSchema } from "./DocumentView"; import { FieldView, FieldViewProps } from './FieldView'; |