Skip to content

Commit ecb6037

Browse files
root
1 parent f796b31 commit ecb6037

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
//
2+
// GitDiffExampleApp.swift
3+
// GitDiffExample
4+
//
5+
// Created by Tornike Gomareli on 18.06.25.
6+
//
7+
8+
import SwiftUI
9+
10+
@main
11+
struct GitDiffExampleApp: App {
12+
var body: some Scene {
13+
WindowGroup {
14+
MainTabView()
15+
.preferredColorScheme(.light)
16+
}
17+
}
18+
}

0 commit comments

Comments
 (0)