File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 55 Chip ,
66 Grid ,
77 CircularProgress ,
8- IconButton ,
9- Stack ,
108 Button ,
119 Dialog ,
1210 DialogTitle ,
@@ -21,7 +19,7 @@ import {
2119import CheckCircleIcon from '@mui/icons-material/CheckCircle' ;
2220import CancelIcon from '@mui/icons-material/Cancel' ;
2321import { useEffect , useState , useMemo } from 'react' ;
24- import { matchesService , MatchesServiceError } from '../services/matchesService' ;
22+ import { matchesService } from '../services/matchesService' ;
2523import { getMatchRequests , MatchRequest } from '../services/matchRequestService' ;
2624import { Match , MatchesResponse } from '../types/matches' ;
2725import { useAuth0 } from '@auth0/auth0-react' ;
@@ -44,7 +42,6 @@ const Dashboard = () => {
4442 const [ snackbarSeverity , setSnackbarSeverity ] = useState < 'success' | 'error' > ( 'success' ) ;
4543
4644 const theme = useTheme ( ) ;
47- const isLargeScreen = useMediaQuery ( theme . breakpoints . up ( 'md' ) ) ;
4845 const smDown = useMediaQuery ( theme . breakpoints . down ( 'sm' ) ) ;
4946
5047 useEffect ( ( ) => {
You can’t perform that action at this time.
0 commit comments