import SwiftUI @main struct TicTacToeApp: App { var body: some Scene { WindowGroup { RootView() } } }