МВ
struct ContentView: View {
var body: some View {
VStack {
Text("Turtle Rock")
.font(.title)
Text("Joshua Tree National Park")
}
}
} from https://developer.apple.com/tutorials/SwiftUI/creating-and-combining-views



