// // SatsPriceApp.swift // SatsPrice // // Created by Terry Yiu on 2/19/24. // import SwiftUI @main struct SatsPriceApp: App { var body: some Scene { WindowGroup { ContentView(.coinbase) } } }