🚧 changing preview code in SettingsView

dev_views_Settings
Rémi REGNAULT 1 year ago
parent aabe88fbc8
commit 039fa0550a

@ -66,6 +66,8 @@ struct SettingsView: View {
} }
} }
#Preview { struct SettingsView_Previews: PreviewProvider {
SettingsView() static var previews: some View {
SettingsView()
}
} }

Loading…
Cancel
Save