Skip to content

Commit

Permalink
deployment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VenEleni committed Aug 26, 2024
1 parent c7cd2ed commit 57f7cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/CheckOut.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useSelector, useDispatch } from 'react-redux';
import { Elements } from '@stripe/react-stripe-js';
import { fetchCartItems } from '../actions/cartActions';
import axiosInstance from '../components/axiosInstance';
import CheckoutForm from './CheckOutForm.jsx';
import CheckoutForm from './CheckoutForm';
import { loadStripe } from '@stripe/stripe-js';
import Button from 'react-bootstrap/Button';
import Col from 'react-bootstrap/Col';
Expand Down

0 comments on commit 57f7cd3

Please sign in to comment.