import SwiftUI struct AppLogo: View { var body: some View { Image("comaps") .resizable() .aspectRatio(contentMode: .fit) } }