fixed suicces page
This commit is contained in:
parent
1c7ee54ff3
commit
ceb26c6524
1 changed files with 1 additions and 1 deletions
|
|
@ -8,8 +8,8 @@ import {
|
||||||
CircularProgress,
|
CircularProgress,
|
||||||
Alert,
|
Alert,
|
||||||
Divider,
|
Divider,
|
||||||
CheckCircleOutline as CheckCircleIcon
|
|
||||||
} from '@mui/material';
|
} from '@mui/material';
|
||||||
|
import CheckCircleIcon from '@mui/icons-material/CheckCircleOutline';
|
||||||
import { useStripe } from '../context/StripeContext';
|
import { useStripe } from '../context/StripeContext';
|
||||||
import { useAuth } from '../hooks/reduxHooks';
|
import { useAuth } from '../hooks/reduxHooks';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue