//Made by Lumaa
import SwiftUI
struct PrivacyView: View {
var body: some View {
Text("setting.privacy")
}
#Preview {
PrivacyView()