This commit is contained in:
Trey t
2023-07-08 19:44:38 -05:00
parent 0b477bc182
commit cfcf8a8ffe
5 changed files with 30 additions and 13 deletions

View File

@@ -66,8 +66,8 @@ struct MainWatchView: View {
}
}
//struct MainView_Previews: PreviewProvider {
// static var previews: some View {
// MainView()
// }
//}
struct MainView_Previews: PreviewProvider {
static var previews: some View {
MainWatchView()
}
}