Initial Commit
This commit is contained in:
17
watch-untis Watch App/watch_untisApp.swift
Normal file
17
watch-untis Watch App/watch_untisApp.swift
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// 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()
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user