diff --git a/src/components/fileInput/index.js b/src/components/fileInput/index.js new file mode 100644 index 0000000..6b370b2 --- /dev/null +++ b/src/components/fileInput/index.js @@ -0,0 +1,24 @@ +import React from "react"; + +const FileInput = ({ + title +}) => { + return ( +
+ + + +
+ ) +} +export default FileInput; \ No newline at end of file