// // ExampleApp.swift // Example // // Created by Michal Kowalski on 17/10/2023. // import SwiftUI @main struct ExampleApp: App { var body: some Scene { WindowGroup { ContentView() } } }