Initalier Commit

This commit is contained in:
2026-04-19 19:55:22 +02:00
commit 93e2c811b6
10 changed files with 318 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
import SwiftUI
@main
struct LinksterApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}