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

5 lines
168 B
JavaScript

import { withFileControl } from 'netlify-cms-widget-file';
export const ImageControl = withFileControl({ forImage: true });
export ImagePreview from './ImagePreview';