diff --git a/src/modules/payment/components/Payment.tsx b/src/modules/payment/components/Payment.tsx index 85aec2c..212ac18 100644 --- a/src/modules/payment/components/Payment.tsx +++ b/src/modules/payment/components/Payment.tsx @@ -5,7 +5,7 @@ import BankTransfer from "./BankTransfer"; const Payment = () => { return (
- +
);