diff --git a/src/app/(routes)/payment/page.tsx b/src/app/(routes)/payment/page.tsx index 6c82e405..34e91474 100644 --- a/src/app/(routes)/payment/page.tsx +++ b/src/app/(routes)/payment/page.tsx @@ -5,6 +5,7 @@ import INFINITE_STAR_IMG from '@/../../public/images/infinite-star.png' import InviteReward from '@/features/payment/components/invite-reward' import { Button } from '@/shared/components/ui/v3/button' +// v3의 payment page입니다 const PaymentPage = () => { // 임시 const isProUser = false