시리즈 전체보기 페이지

This commit is contained in:
Yu Sung
2024-04-29 19:36:53 +09:00
parent ffbdbbaa06
commit 101b04b6a9
9 changed files with 324 additions and 9 deletions

View File

@@ -178,6 +178,9 @@ struct ContentView: View {
case .contentAllByTheme(let themeId):
ContentAllByThemeView(themeId: themeId)
case .seriesAll(let creatorId):
SeriesListAllView(creatorId: creatorId)
default:
EmptyView()
.frame(width: 0, height: 0, alignment: .topLeading)