migrate file and image widgets
This commit is contained in:
5
packages/netlify-cms-widget-file/src/index.js
Normal file
5
packages/netlify-cms-widget-file/src/index.js
Normal file
@ -0,0 +1,5 @@
|
||||
import withFileControl from './withFileControl';
|
||||
|
||||
export { withFileControl };
|
||||
export const FileControl = withFileControl();
|
||||
export FilePreview from './FilePreview';
|
Reference in New Issue
Block a user