refactor: [subscription] SubscriptionClient 제거 + 사용량 페이지 정리

This commit is contained in:
유병철
2026-03-18 14:47:03 +09:00
parent a99c3b3908
commit 68b1112034
5 changed files with 80 additions and 259 deletions

View File

@@ -99,7 +99,7 @@ export function SubscriptionManagement({ initialData }: SubscriptionManagementPr
try {
const result = await requestDataExport('all');
if (result.success) {
toast.success('내보내기 요청이 등록되었습니다. 완료되면 알림을 보내드립니다.');
toast.success('자료 내보내기가 완료되었습니다.');
} else {
toast.error(result.error || '내보내기 요청에 실패했습니다.');
}
@@ -144,7 +144,7 @@ export function SubscriptionManagement({ initialData }: SubscriptionManagementPr
<>
<PageLayout>
<PageHeader
title="구독관리"
title="이용현황"
description="구독 정보와 사용량을 관리합니다"
icon={CreditCard}
/>