interface ManagePlanSheetContentProps { onClose: () => void; onManage: () => void; onRestore: () => void; } export const ManagePlanSheetContent = ({ onClose, onManage, onRestore, }: ManagePlanSheetContentProps) => { return (
결제/복원은 더미 동작이며 실제 연동은 하지 않아요.