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 {
12
12
Typography ,
13
13
styled
14
14
} from '@mui/material' ;
15
+ import MuiAlert , { AlertProps } from '@mui/material/Alert' ;
15
16
import React , { useEffect } from 'react' ;
16
17
import {
17
18
openProject ,
@@ -21,14 +22,12 @@ import { useDispatch, useSelector } from 'react-redux';
21
22
22
23
import { MoreVert } from '@mui/icons-material' ;
23
24
import { RootState } from '../../redux/store' ;
25
+ import Snackbar from '@mui/material/Snackbar' ;
24
26
import axios from 'axios' ;
25
27
import imageSrc from '../../../../resources/marketplace_images/marketplace_image.png' ;
26
28
import { red } from '@mui/material/colors' ;
27
29
import { saveProject } from '../../helperFunctions/projectGetSaveDel' ;
28
30
import { 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' ;
32
31
33
32
interface Project {
34
33
forked : String ;
You can’t perform that action at this time.
0 commit comments