Started react 16->18 migration and material-ui->mui migration
This commit is contained in:
@@ -3,7 +3,7 @@ import {isMobile} from "react-device-detect";
|
||||
import {Link} from 'react-router-dom';
|
||||
|
||||
import {Divider, List, ListItem, ListItemText, Card, CardContent, Grid, Typography, Button, ButtonGroup, FormControl, Dialog, DialogTitle, DialogActions, DialogContent, Tooltip} from '@material-ui/core';
|
||||
import {ExpandMore as ExpandMoreIcon, ExpandLess as ExpandLessIcon} from '@material-ui/icons';
|
||||
import {ExpandMore as ExpandMoreIcon, ExpandLess as ExpandLessIcon} from '@mui/icons-material';
|
||||
|
||||
const hrefStyle = {
|
||||
textDecoration: "none",
|
||||
@@ -255,4 +255,4 @@ const Faq = (props) => {
|
||||
)
|
||||
}
|
||||
|
||||
export default Faq;
|
||||
export default Faq;
|
||||
|
||||
Reference in New Issue
Block a user