Files
watch-untis/watch-untis Watch App/new_appApp.swift
2026-02-23 22:47:21 +01:00

18 lines
237 B
Swift

//
// new_appApp.swift
// new-app Watch App
//
// Created by Theis on 23.02.26.
//
import SwiftUI
@main
struct new_app_Watch_AppApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}