Skip to content

Instantly share code, notes, and snippets.

@tjmaynes
Created September 22, 2021 15:14
Show Gist options
  • Select an option

  • Save tjmaynes/ee9d445ecafe43f8e6b484ce7acb32da to your computer and use it in GitHub Desktop.

Select an option

Save tjmaynes/ee9d445ecafe43f8e6b484ce7acb32da to your computer and use it in GitHub Desktop.
@main
struct AwesomeApp: App {
var body: some Scene {
WindowGroup {
MainView()
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment