Files
watch-untis/watch-untis Watch App/watch_untisApp.swift
2026-02-23 21:44:20 +01:00

18 lines
249 B
Swift

//
// 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()
}
}
}