Skip to content

Instantly share code, notes, and snippets.

@azamsharp
Created June 27, 2020 16:59
Show Gist options
  • Save azamsharp/252667392df451c5f5695ffbd849c679 to your computer and use it in GitHub Desktop.
Save azamsharp/252667392df451c5f5695ffbd849c679 to your computer and use it in GitHub Desktop.
struct ContentView: View {
var body: some View {
VStack {
CounterView()
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment