4 lines
90 B
JavaScript
4 lines
90 B
JavaScript
// @flow
|
|
import DocumentPreview from './DocumentPreview';
|
|
export default DocumentPreview;
|