feat(series-all): 시리즈 전체보기 탭 구성

This commit is contained in:
Yu Sung
2025-11-15 01:50:58 +09:00
parent 320dbb6d57
commit 280ce4beda
4 changed files with 59 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ import SwiftUI
struct SeriesMainByGenreView: View {
var body: some View {
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
Text("시리즈 전체보기 장르별")
}
}