//We can use the Circle() struct in SwiftUI
//Example
import SwiftUI
Circle()
.frame(height: 20, width: 20)
.fill(Color.red)
//This makes a circle view with a diameter of 20, and the color of the circle is red
//We can use the Circle() struct in SwiftUI
//Example
import SwiftUI
Circle()
.frame(height: 20, width: 20)
.fill(Color.red)
//This makes a circle view with a diameter of 20, and the color of the circle is red