import * as React from 'react'; const DragZone = ({dndProvided, isDragDisabled, color = 'black'}) => ( ); export default DragZone;