Initial commit
This commit is contained in:
17
SatsPrice/SatsPriceApp.swift
Normal file
17
SatsPrice/SatsPriceApp.swift
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// SatsPriceApp.swift
|
||||
// SatsPrice
|
||||
//
|
||||
// Created by Terry Yiu on 2/19/24.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
@main
|
||||
struct SatsPriceApp: App {
|
||||
var body: some Scene {
|
||||
WindowGroup {
|
||||
ContentView()
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user