File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
app/src/components/marketplace Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ import {
1212 Typography ,
1313 styled
1414} from '@mui/material' ;
15+ import MuiAlert , { AlertProps } from '@mui/material/Alert' ;
1516import React , { useEffect } from 'react' ;
1617import {
1718 openProject ,
@@ -21,14 +22,12 @@ import { useDispatch, useSelector } from 'react-redux';
2122
2223import { MoreVert } from '@mui/icons-material' ;
2324import { RootState } from '../../redux/store' ;
25+ import Snackbar from '@mui/material/Snackbar' ;
2426import axios from 'axios' ;
2527import imageSrc from '../../../../resources/marketplace_images/marketplace_image.png' ;
2628import { red } from '@mui/material/colors' ;
2729import { saveProject } from '../../helperFunctions/projectGetSaveDel' ;
2830import { useHistory } from 'react-router-dom' ;
29- import { openProject } from '../../redux/reducers/slice/appStateSlice' ;
30- import MuiAlert , { AlertProps } from '@mui/material/Alert' ;
31- import Snackbar from '@mui/material/Snackbar' ;
3231
3332interface Project {
3433 forked : String ;
You can’t perform that action at this time.
0 commit comments