시리즈 상세 추가

This commit is contained in:
Yu Sung
2024-04-30 14:58:06 +09:00
parent 101b04b6a9
commit 93110eff8c
14 changed files with 913 additions and 1 deletions

View File

@@ -181,6 +181,9 @@ struct ContentView: View {
case .seriesAll(let creatorId):
SeriesListAllView(creatorId: creatorId)
case .seriesDetail(let seriesId):
SeriesDetailView(seriesId: seriesId)
default:
EmptyView()
.frame(width: 0, height: 0, alignment: .topLeading)