renaming stuff!

This commit is contained in:
breadone
2024-06-22 14:24:39 +12:00
parent ee3b924afc
commit ca910e57ff
3 changed files with 23 additions and 15 deletions

View File

@@ -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()
}