Default screen with cards on it working

This commit is contained in:
2023-04-09 17:35:53 +02:00
parent 94113e80fd
commit 9a1f86156f
7 changed files with 288 additions and 27 deletions

View File

@@ -11,7 +11,7 @@ import SwiftUI
struct SetApp: App {
var body: some Scene {
WindowGroup {
ContentView()
SetGameView(game: SetGame())
}
}
}