import SwiftUI struct RoundView: View { var body: some View { Text("Round scaffold") .padding() } }