import SwiftUI struct SettingsView: View { var body: some View { SettingsContainerView() } } #Preview { SettingsView() }