added sth

This commit is contained in:
2026-02-23 22:47:21 +01:00
parent 0f47e034bd
commit 8a528d46ed
8 changed files with 80 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
//
// 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()
}
}
}