🚧 changing preview code in SettingsView

dev_views_Settings
Rémi REGNAULT 11 months ago
parent aabe88fbc8
commit 039fa0550a

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

Loading…
Cancel
Save