We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43589fe commit 164841eCopy full SHA for 164841e
Sources/GitDiffExample/GitDiffExampleApp.swift
@@ -0,0 +1,11 @@
1
+import SwiftUI
2
+import gitdiff
3
+
4
+@main
5
+struct GitDiffExampleApp: App {
6
+ var body: some Scene {
7
+ WindowGroup {
8
+ MainTabView()
9
+ }
10
11
+}
0 commit comments