// // FreeAPSApp.swift // FreeAPS // // Created by Ivan Valkou on 12.01.2021. // import SwiftUI @main struct FreeAPSApp: App { var body: some Scene { WindowGroup { ContentView() } } }