6 lines
165 B
JavaScript
6 lines
165 B
JavaScript
|
import withFileControl from './withFileControl';
|
||
|
|
||
|
export { withFileControl };
|
||
|
export const FileControl = withFileControl();
|
||
|
export FilePreview from './FilePreview';
|