Skip to content

Commit 15f2ea1

Browse files
root
1 parent e3a5f22 commit 15f2ea1

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
//
2+
// ContentView.swift
3+
// GitDiffExample
4+
//
5+
// Created by Tornike Gomareli on 18.06.25.
6+
//
7+
8+
import gitdiff
9+
import SwiftUI
10+
11+
// This file is kept for compatibility
12+
// The main app uses MainTabView as the root view
13+
14+
struct ContentView: View {
15+
var body: some View {
16+
MainTabView()
17+
}
18+
}
19+
20+
#Preview {
21+
ContentView()
22+
}

0 commit comments

Comments
 (0)