diff LazyBearWatchOS Extension/ContentView.swift @ 455:b560babcd5ed

WatchOS views implemented
author Dennis Concepción Martín <dennisconcepcionmartin@gmail.com>
date Mon, 28 Jun 2021 11:55:19 +0200
parents bb69f9d1d20f
children c6913f0ce46e
line wrap: on
line diff
--- a/LazyBearWatchOS Extension/ContentView.swift	Sun Jun 27 20:55:05 2021 +0200
+++ b/LazyBearWatchOS Extension/ContentView.swift	Mon Jun 28 11:55:19 2021 +0200
@@ -10,7 +10,7 @@
 struct ContentView: View {
     var body: some View {
         VStack {
-            HomeView()
+            WatchOSProfileView()
         }
         .navigationTitle("Lazybear")
     }