/ RacerTracer / RacerTracerApp.swift
RacerTracerApp.swift
1 // 2 // RacerTracerApp.swift 3 // RacerTracer 4 // 5 // Created by Alexander Kunau on 29.09.25. 6 // 7 8 import SwiftUI 9 10 @main 11 struct RacerTracerApp: App { 12 var body: some Scene { 13 WindowGroup { 14 ContentView() 15 } 16 } 17 }