Skip to content

Commit

Permalink
fix: point proper view
Browse files Browse the repository at this point in the history
  • Loading branch information
s8ngyu committed Nov 21, 2023
1 parent ffc1ab3 commit 4ad93bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/OTL Watch App/OTLApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import SwiftUI
struct OTL_Watch_AppApp: App {
var body: some Scene {
WindowGroup {
ContentView()
WeeklyTableView()
}
}
}

0 comments on commit 4ad93bb

Please sign in to comment.