Added ModelView and a new Game button on View
This commit is contained in:
@@ -11,7 +11,7 @@ import SwiftUI
|
||||
struct SetApp: App {
|
||||
var body: some Scene {
|
||||
WindowGroup {
|
||||
SetGameView(game: SetGame())
|
||||
SetGameView(game: SetGameModelView())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user