diff options
author | Sam Wilkins <samwilkins333@gmail.com> | 2019-07-05 00:34:19 -0400 |
---|---|---|
committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-07-05 00:34:19 -0400 |
commit | aedd283fb9f9eff4145e27658bc6647982256032 (patch) | |
tree | 7223b2c74322615e323b00cb3fe7a8974d2d9a06 /src/client/views/MainView.tsx | |
parent | 74e4909a77ac143ecdb1d038ad182aae9c710129 (diff) |
beginning implementation of key value tags for all imported documents
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index e38fd3c8b..3d059b2f3 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -38,7 +38,6 @@ import PDFMenu from './pdf/PDFMenu'; import { InkTool } from '../../new_fields/InkField'; import _ from "lodash"; import KeyManager from './GlobalKeyHandler'; -import BulkImporter from '../util/Import & Export/ImageImporter'; @observer export class MainView extends React.Component { |