struct ContentView: View {
   var body: some View {
      Image("Toronto")
         .resizable()
         .scaledToFit()
   }
}