Added ModelView and a new Game button on View

This commit is contained in:
2023-04-10 15:25:56 +02:00
parent 51e1d63929
commit 5665c75030
3 changed files with 36 additions and 6 deletions

View File

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