summaryrefslogtreecommitdiff
path: root/Xmission/ContentView.swift
diff options
context:
space:
mode:
authorChristian Segundo2023-07-24 10:45:15 +0200
committerChristian Segundo2023-07-24 10:45:15 +0200
commit01ce93653d86f2a47eda58d2e74c3926981b22cf (patch)
treedef1c1599a0a044ab9c64d48b89c704f4cbb0938 /Xmission/ContentView.swift
parent864b644e8ecafccaf84b40168524e47351a6d111 (diff)
downloadxmission-ios-01ce93653d86f2a47eda58d2e74c3926981b22cf.tar.gz
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()
- }
-}