Make a new project view!

This commit is contained in:
breadone
2024-06-22 14:43:39 +12:00
parent ca910e57ff
commit d0e9bd2daf
1004 changed files with 4766 additions and 726 deletions

View File

@@ -11,7 +11,7 @@ import SwiftUI
struct OnCuePresenter_Watch_AppApp: App {
var body: some Scene {
WindowGroup {
ContentView()
MainViewPresenter()
}
}
}