Key-In 결제 List,결제 신청, 결제신청결과 화면 추가
This commit is contained in:
@@ -13,6 +13,9 @@ import {
|
||||
useSetOnBack
|
||||
} from '@/widgets/sub-layout/use-sub-layout';
|
||||
|
||||
/**
|
||||
* 발송내역 탭 화면
|
||||
*/
|
||||
|
||||
export const LinkPaymentDispatchListPage = () => {
|
||||
const { navigate } = useNavigate();
|
||||
|
||||
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user