// // watch_untisApp.swift // watch-untis Watch App // // Created by Theis on 23.02.26. // import SwiftUI @main struct watch_untis_Watch_AppApp: App { var body: some Scene { WindowGroup { ContentView() } } }