1 2 3 4 5 6 7 8 9
import SwiftUI struct SettingsCreditsView: View { var body: some View { Text("Rabbit SVG created by Kim Sun Young") .fontWeight(.light) .foregroundColor(.secondary) } }