2018-07-25 21:17:57 -04:00

6 lines
165 B
JavaScript

import withFileControl from './withFileControl';
export { withFileControl };
export const FileControl = withFileControl();
export FilePreview from './FilePreview';