diff --git a/src/DropTarget.js b/src/DropTarget.js new file mode 100644 index 00000000..b305a8b2 --- /dev/null +++ b/src/DropTarget.js @@ -0,0 +1,39 @@ +import React from "react"; + +function DropTarget({ getInputProps }) { + return ( +