Cleaned up uploadButton component

This commit is contained in:
Abhinav-grd 2021-01-13 18:17:00 +05:30
parent 331d6e4d92
commit faa1fb329a

View file

@ -1,5 +1,4 @@
import CollectionSelector from 'pages/gallery/components/CollectionSelector';
import React, { useRef } from 'react';
import React from 'react';
import { Button } from 'react-bootstrap';
const UploadButton = ({ showModal }) => {