Created
January 23, 2021 03:16
-
-
Save azamsharp/fe43eaa69e0ab61bc96295c9178fbc81 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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