Add todo CRUD tab in companion app
This commit is contained in:
@@ -16,6 +16,8 @@ struct ContentView: View {
|
||||
.tabItem { Label("BLE", systemImage: "dot.radiowaves.left.and.right") }
|
||||
OrchestratorView()
|
||||
.tabItem { Label("Orchestrator", systemImage: "bolt.horizontal.circle") }
|
||||
TodosView()
|
||||
.tabItem { Label("Todos", systemImage: "checklist") }
|
||||
}
|
||||
.onAppear { orchestrator.start() }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user