feat(series-all): 시리즈 전체보기 페이지 파일 생성
- 홈 뷰의 요일별 시리즈에 전체보기 텍스트 추가 - 전체보기 터치시 시리즈 전체보기 페이지로 이동 액션 추가
This commit is contained in:
20
SodaLive/Sources/Content/Series/Main/SeriesMainView.swift
Normal file
20
SodaLive/Sources/Content/Series/Main/SeriesMainView.swift
Normal file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// SeriesMainView.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 11/14/25.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
struct SeriesMainView: View {
|
||||
var body: some View {
|
||||
BaseView {
|
||||
Text("시리즈 전체보기")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#Preview {
|
||||
SeriesMainView()
|
||||
}
|
||||
Reference in New Issue
Block a user