CasinoGames/Baccarat/BaccaratApp.swift
2025-12-16 13:26:09 -06:00

18 lines
225 B
Swift

//
// BaccaratApp.swift
// Baccarat
//
// Created by Matt Bruce on 12/16/25.
//
import SwiftUI
@main
struct BaccaratApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}