Files
swift-estimated-pressures-core/EstimatedPressures/EstimatedPressures/EstimatedPressuresApp.swift

18 lines
251 B
Swift

//
// EstimatedPressuresApp.swift
// EstimatedPressures
//
// Created by michael on 6/18/24.
//
import SwiftUI
@main
struct EstimatedPressuresApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}