Skip to main content

UI Component

struct ContentView: View {
var body: some View {
Text("Hello, World!")
}
}