huridocs/uwazi

View on GitHub
app/react/V2/Components/PDFViewer/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
import loadable from '@loadable/component';
import * as selectionHandlers from './functions/handleTextSelection';

const PDF = loadable(async () => import(/* webpackChunkName: "LazyLoadPDF" */ './PDF'));

export { PDF, selectionHandlers };