Skip to content

Instantly share code, notes, and snippets.

@laevandus
Last active March 14, 2021 01:38
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 laevandus/beae2a16933289763739548f002580e9 to your computer and use it in GitHub Desktop.
Save laevandus/beae2a16933289763739548f002580e9 to your computer and use it in GitHub Desktop.
@main
struct LaneControlApp: App {
var body: some Scene {
DocumentGroup(viewing: FastfileDocument.self) { file in
LaneListView(viewModel: LaneListView.ViewModel(document: file.document))
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment