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