struct ContentView: View {
   var body: some View {
      Image(.toronto)
   }
}