// // FitnessAppApp.swift // FitnessApp // // Created by Matt Bruce on 12/20/24. // import SwiftUI @main struct FitnessAppApp: App { var body: some Scene { WindowGroup { ContentView() } } }