myapp
unknown
plain_text
a year ago
184 B
6
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