aboutsummaryrefslogtreecommitdiff
path: root/iTexSnip/ContentView.swift
diff options
context:
space:
mode:
Diffstat (limited to 'iTexSnip/ContentView.swift')
-rw-r--r--iTexSnip/ContentView.swift24
1 files changed, 0 insertions, 24 deletions
diff --git a/iTexSnip/ContentView.swift b/iTexSnip/ContentView.swift
deleted file mode 100644
index ce54525..0000000
--- a/iTexSnip/ContentView.swift
+++ /dev/null
@@ -1,24 +0,0 @@
-//
-// ContentView.swift
-// iTexSnip
-//
-// Created by Navan Chauhan on 10/13/24.
-//
-
-import SwiftUI
-
-struct ContentView: View {
- var body: some View {
- VStack {
- Image(systemName: "globe")
- .imageScale(.large)
- .foregroundStyle(.tint)
- Text("Hello, world!")
- }
- .padding()
- }
-}
-
-#Preview {
- ContentView()
-}