diff --git a/ios/OTL Watch App/OTLApp.swift b/ios/OTL Watch App/OTLApp.swift index ab04ba43..17027900 100644 --- a/ios/OTL Watch App/OTLApp.swift +++ b/ios/OTL Watch App/OTLApp.swift @@ -12,7 +12,7 @@ import SwiftUI struct OTL_Watch_AppApp: App { var body: some Scene { WindowGroup { - ContentView() + WeeklyTableView() } } }