//// ContentView.swift// LibreEdit//// Created by Christian Cleberg on 2024-01-13.//importSwiftUIstructContentView:View{varbody:someView{VStack{Image(systemName:"globe").imageScale(.large).foregroundStyle(.tint)Text("Hello, world!")}.padding()}}#Preview{ContentView()}