import SwiftUI struct SettingsSectionCreditsView: View { var body: some View { Text("Rabbit SVG created by Kim Sun Young") .fontWeight(.light) .foregroundColor(.secondary) } }