From 2ee729e6c5cd7c2562d66416d41e9f4f31e025e0 Mon Sep 17 00:00:00 2001 From: GeunaNa <155413929+rabyeoljji@users.noreply.github.com> Date: Thu, 5 Dec 2024 11:43:59 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=A3=BC=EC=84=9D=EC=B6=94=EA=B0=80=20(?= =?UTF-8?q?#296)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/(routes)/payment/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/(routes)/payment/page.tsx b/src/app/(routes)/payment/page.tsx index d65dd8a7..b217b4c6 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