summaryrefslogtreecommitdiff
path: root/Xmission/ContentView.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Xmission/ContentView.swift')
-rw-r--r--Xmission/ContentView.swift26
1 files changed, 0 insertions, 26 deletions
diff --git a/Xmission/ContentView.swift b/Xmission/ContentView.swift
deleted file mode 100644
index 0487cfa..0000000
--- a/Xmission/ContentView.swift
+++ /dev/null
@@ -1,26 +0,0 @@
-//
-// ContentView.swift
-// Xmission
-//
-// Created by Christian Segundo Guevara on 11/6/23.
-//
-
-import SwiftUI
-
-struct ContentView: View {
- var body: some View {
- VStack {
- Image(systemName: "globe")
- .imageScale(.large)
- .foregroundColor(.accentColor)
- Text("Hello, world!")
- }
- .padding()
- }
-}
-
-struct ContentView_Previews: PreviewProvider {
- static var previews: some View {
- ContentView()
- }
-}