Skip to content

Instantly share code, notes, and snippets.

@azamsharp
Created January 23, 2021 03:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save azamsharp/fe43eaa69e0ab61bc96295c9178fbc81 to your computer and use it in GitHub Desktop.
Save azamsharp/fe43eaa69e0ab61bc96295c9178fbc81 to your computer and use it in GitHub Desktop.
var body: some View {
NavigationView {
VStack {
CustomerListView(customers: customers)
}
.navigationTitle("Customers")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment