Skip to content

Commit 164841e

Browse files
start
1 parent 43589fe commit 164841e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)