Files
sats-price/SatsPrice/SatsPriceApp.swift

18 lines
235 B
Swift

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