Skip to content

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hdcola committed Nov 4, 2024
1 parent d528971 commit 8a4744d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/CompletePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { useStripe } from '@stripe/react-stripe-js';
import CheckCircleOutlineIcon from '@mui/icons-material/CheckCircleOutline';
import ErrorOutlineIcon from '@mui/icons-material/ErrorOutline';
import InfoOutlinedIcon from '@mui/icons-material/InfoOutlined';
import OpenInNewOutlinedIcon from '@mui/icons-material/OpenInNewOutlined';
import {
Container,
Paper,
Expand All @@ -19,7 +18,6 @@ import {
} from '@mui/material';
import { usePaymentCheckout } from '../api/usePaymentCheckout';
import { useAppContext } from '../App';
import { set } from 'react-hook-form';

type StatusKey =
| 'succeeded'
Expand Down

0 comments on commit 8a4744d

Please sign in to comment.