//// ContentView.swift// Jel//// Created by zerocool on 12/11/23.//importSwiftUIstructContentView:View{varbody:someView{VStack{Image(systemName:"globe").imageScale(.large).foregroundStyle(.tint)Text("Hello, world!")}.padding()}}#Preview{ContentView()}