// // DayByDayApp.swift // DayByDay // // Created by cmc on 2026-03-09. // import SwiftUI @main struct DayByDayApp: App { var body: some Scene { WindowGroup { ContentView() } } }