diff options
Diffstat (limited to 'DayByDay/DayByDayApp.swift')
| -rw-r--r-- | DayByDay/DayByDayApp.swift | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/DayByDay/DayByDayApp.swift b/DayByDay/DayByDayApp.swift new file mode 100644 index 0000000..2cce4db --- /dev/null +++ b/DayByDay/DayByDayApp.swift @@ -0,0 +1,17 @@ +// +// DayByDayApp.swift +// DayByDay +// +// Created by cmc on 2026-03-09. +// + +import SwiftUI + +@main +struct DayByDayApp: App { + var body: some Scene { + WindowGroup { + ContentView() + } + } +} |
