// // MyFilesApp.swift // MyFiles // // Created by Javier Cicchelli on 29/11/2022. // Copyright © 2022 Röck+Cöde. All rights reserved. // import SwiftUI @main struct MyFilesApp: App { var body: some Scene { WindowGroup { ContentView() } } }