import SwiftUI struct AppPreferencesView: View { var body: some View { Text("Настройки приложения") .navigationTitle("Приложение") } }