Created
June 25, 2020 12:15
-
-
Save arthurpalves/92b90dc8d77e1e6c28b68c58fac8a448 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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