Skip to content

Instantly share code, notes, and snippets.

@arthurpalves
Created June 25, 2020 12:15
Show Gist options
  • Select an option

  • Save arthurpalves/92b90dc8d77e1e6c28b68c58fac8a448 to your computer and use it in GitHub Desktop.

Select an option

Save arthurpalves/92b90dc8d77e1e6c28b68c58fac8a448 to your computer and use it in GitHub Desktop.
struct Previews: PreviewProvider {
static var previews: some View {
Group {
MainAccountEntryView(entry: previewEntry)
.previewContext(WidgetPreviewContext(family: .systemSmall))
PlaceholderView()
.previewContext(WidgetPreviewContext(family: .systemSmall))
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment