This commit is contained in:
Maximilian Roider
2025-11-14 12:04:24 +01:00
parent 73bee649f3
commit 8a65339d30
26 changed files with 330 additions and 103 deletions

View File

@@ -4,14 +4,27 @@
//
// Created by Maximilian Roider on 14.11.25.
//
/*
*/
import SwiftUI
import WebKit
@main
struct Clemens_PlaygroundApp: App {
var body: some Scene {
WindowGroup {
ContentView()
GameSelection()
}
}
}