Skip to content

Instantly share code, notes, and snippets.

@phillip5094
Created May 30, 2023 16:55
struct ContentView: View {
var body: some View {
Image("Image/profile") // ✅
.padding()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment