import React from 'react'; const DropOverlay = ({ active, folderName }) => (
Drop files to upload to {folderName || 'this location'}
); export default DropOverlay;