myapp

 avatar
unknown
plain_text
6 months ago
184 B
4
Indexable
import SwiftUI

@main
struct MyApp: App {
    var body: some Scene {
        WindowGroup {
            ContentView() // This displays ContentView when the app starts
        }
    }
}
Editor is loading...
Leave a Comment