refactor: 사용하지 않는 파일 삭제
This commit is contained in:
@@ -12,10 +12,6 @@ enum ContentMainTab {
|
||||
case HOME
|
||||
case SERIES
|
||||
case CONTENT
|
||||
case ALARM
|
||||
case ASMR
|
||||
case REPLAY
|
||||
case FREE
|
||||
}
|
||||
|
||||
struct TabItem {
|
||||
@@ -35,10 +31,6 @@ struct ContentMainViewV2: View {
|
||||
TabItem(title: "홈", tab: .HOME),
|
||||
TabItem(title: "시리즈", tab: .SERIES),
|
||||
TabItem(title: "단편", tab: .CONTENT),
|
||||
TabItem(title: "모닝콜", tab: .ALARM),
|
||||
TabItem(title: "ASMR", tab: .ASMR),
|
||||
TabItem(title: "다시듣기", tab: .REPLAY),
|
||||
TabItem(title: "무료", tab: .FREE)
|
||||
]
|
||||
|
||||
init(selectedTab: ContentMainTab = .SERIES) {
|
||||
@@ -115,14 +107,6 @@ struct ContentMainViewV2: View {
|
||||
ContentMainTabSeriesView()
|
||||
case .CONTENT:
|
||||
ContentMainTabContentView()
|
||||
case .ALARM:
|
||||
ContentMainTabAlarmView()
|
||||
case .ASMR:
|
||||
ContentMainTabAsmrView()
|
||||
case .REPLAY:
|
||||
ContentMainTabReplayView()
|
||||
case .FREE:
|
||||
ContentMainTabFreeView()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user