This commit is contained in:
Trey t
2023-07-08 11:48:14 -05:00
parent 5ca99cf832
commit 0b477bc182
5 changed files with 168 additions and 121 deletions

View File

@@ -6,14 +6,13 @@
//
import SwiftUI
import WatchKit
struct ContentView: View {
var body: some View {
TabView {
MainWatchView()
WatchControlView()
NowPlayingView()
}
.padding()
.tabViewStyle(PageTabViewStyle())