홈 - 하단 탭 추가
This commit is contained in:
20
SodaLive/Sources/Live/LiveView.swift
Normal file
20
SodaLive/Sources/Live/LiveView.swift
Normal file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// LiveView.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 2023/08/09.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
struct LiveView: View {
|
||||
var body: some View {
|
||||
Text("Live")
|
||||
}
|
||||
}
|
||||
|
||||
struct LiveView_Previews: PreviewProvider {
|
||||
static var previews: some View {
|
||||
LiveView()
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user