Key-In 결제 List,결제 신청, 결제신청결과 화면 추가

This commit is contained in:
HyeonJongKim
2025-09-12 14:45:51 +09:00
parent 188fe5b259
commit 044a0c56c3
11 changed files with 434 additions and 12 deletions

View File

@@ -13,6 +13,9 @@ import {
useSetOnBack
} from '@/widgets/sub-layout/use-sub-layout';
/**
* 발송내역 탭 화면
*/
export const LinkPaymentDispatchListPage = () => {
const { navigate } = useNavigate();

View File

@@ -14,6 +14,9 @@ import {
} from '@/widgets/sub-layout/use-sub-layout';
import { LinkPaymentFilter } from '@/entities/additional-service/ui/link-payment/link-payment-filter';
/**
* 발송대기 탭 화면
*/
export const LinkPaymentPendingSendPage = () => {
const { navigate } = useNavigate();