File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ import Card from '@mui/material/Card';
1010import CardContent from '@mui/material/CardContent' ;
1111import InfoIcon from '@mui/icons-material/Info' ;
1212import GetAppIcon from '@mui/icons-material/GetApp' ;
13+ import FormatQuoteIcon from '@mui/icons-material/FormatQuote' ;
14+ import CardActions from '@mui/material/CardActions' ;
1315import PageHeader from '../../../components/PageHeader' ;
1416import Layout from '../../../components/Layout' ;
1517import { MainContext } from '../../../contexts/MainContextProvider' ;
1618import { setPageIndex } from '../../../reducers/MainReducer/Actions' ;
17- import FormatQuoteIcon from '@mui/icons-material/FormatQuote' ;
18- import CardActions from '@mui/material/CardActions' ;
1919
2020const OpalPage = ( ) => {
2121 const [ , dispatch ] = useContext ( MainContext ) ;
You can’t perform that action at this time.
0 commit comments