Skip to content
Snippets Groups Projects
Commit 0443b154 authored by lfr20's avatar lfr20
Browse files

Removed warning

parent 44ea3784
No related branches found
No related tags found
2 merge requests!73Develop,!69Fixed upload page: recaptcha not implemented, lack of blocking (part one, two,...
......@@ -33,6 +33,8 @@ import SignUpModal from './SignUpModal.js';
import LoginModal from './LoginModal.js';
import SnackBarComponent from './SnackbarComponent';
import CircularProgress from '@material-ui/core/CircularProgress';
import IconButton from '@material-ui/core/IconButton';
import KeyboardArrowDownIcon from '@material-ui/icons/KeyboardArrowDown';
export default function CollectionCommentSection(props) {
const [post_snack_open, setPostSnackOpen] = useState(false);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment