feat(creator): 답글 상세 경로를 연결한다

This commit is contained in:
Yu Sung
2026-07-07 15:04:21 +09:00
parent 9276d17c26
commit 58f83f3083
2 changed files with 8 additions and 0 deletions

View File

@@ -135,6 +135,11 @@ enum AppStep {
initialContent: String,
onSuccess: () -> Void
)
case creatorChannelReplyDetail(
context: CreatorChannelReplyDetailContext,
onFanTalkRefresh: (() -> Void)? = nil
)
case canCoupon(refresh: () -> Void)