크리에이터 채널 - 크리에이터 커뮤니티 영역 추가

This commit is contained in:
Yu Sung
2023-12-15 00:25:13 +09:00
parent 7d34a4e27a
commit c84f1042e3
10 changed files with 189 additions and 169 deletions

View File

@@ -95,9 +95,6 @@ struct ContentView: View {
case .followerList(let userId):
FollowerListView(userId: userId)
case .creatorNoticeWrite(let notice):
CreatorNoticeWriteView(notice: notice)
case .modifyContent(let contentId):
ContentModifyView(contentId: contentId)