// https://carrascomolina.com import SwiftUI @main struct TheSwiftWeek: App { var body: some Scene { WindowGroup { BikeView() } } }