diff options
| author | bob <bcz@cs.brown.edu> | 2019-05-09 14:40:03 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-05-09 14:40:03 -0400 |
| commit | 168cd36282087bbf9e0157352a129d90b20b7394 (patch) | |
| tree | 40f1f75e6e3e44c3da6bf4cb60ae5a713c65bd68 /src/client/views/DocumentDecorations.tsx | |
| parent | b83cfb1c48cced31f930e3f72a9c5ae503b81790 (diff) | |
fixed some compile errors
Diffstat (limited to 'src/client/views/DocumentDecorations.tsx')
| -rw-r--r-- | src/client/views/DocumentDecorations.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/DocumentDecorations.tsx b/src/client/views/DocumentDecorations.tsx index 2bde4e0c8..705e7a6d8 100644 --- a/src/client/views/DocumentDecorations.tsx +++ b/src/client/views/DocumentDecorations.tsx @@ -27,6 +27,7 @@ import { MINIMIZED_ICON_SIZE } from "../views/globalCssVariables.scss"; import { CollectionView } from "./collections/CollectionView"; import { DocumentManager } from "../util/DocumentManager"; import { FormattedTextBox } from "./nodes/FormattedTextBox"; +import { FieldView } from "./nodes/FieldView"; library.add(faLink); |
