// // Activity.swift // FitnessApp // // Created by Matt Bruce on 12/20/24. // import SwiftUI struct Activity { let id: Int let title: String let subtitle: String let image: String let tintColor: Color let amount: String }