import SwiftUI @main struct TempTrackApp: App { var body: some Scene { WindowGroup { ContentView() } } }