renaming stuff!
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
import SwiftUI
|
||||
|
||||
struct ContentView: View {
|
||||
struct MainViewPresenter: View {
|
||||
var body: some View {
|
||||
VStack {
|
||||
Image(systemName: "globe")
|
||||
@@ -20,5 +20,5 @@ struct ContentView: View {
|
||||
}
|
||||
|
||||
#Preview {
|
||||
ContentView()
|
||||
MainViewPresenter()
|
||||
}
|
||||
Reference in New Issue
Block a user