Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Commit

Permalink
Reorged checkout views (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshasomisetty authored Jul 17, 2023
1 parent 2c757d3 commit 230c5f9
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { PayToLabel } from '@/components/PayToLabel';
import { PaymentMethodTab } from '@/components/PaymentMethodTab';
import { getPaymentMethod } from '@/features/payment-options/paymentOptionsSlice';
import { useSelector } from 'react-redux';
import { QRCode } from './QRCode';
import { QRCode } from '../QRCode';

export const PaymentView: React.FC = () => {
const paymentMethod = useSelector(getPaymentMethod);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Image from 'next/image';
import FinishHandler from './handlers/FinishHandler';
import FinishHandler from '../handlers/FinishHandler';

export const ThankYouView = () => {
return (
Expand Down

1 comment on commit 230c5f9

@vercel
Copy link

@vercel vercel bot commented on 230c5f9 Jul 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.