Skip to content

Commit

Permalink
Update SwiftUI view template
Browse files Browse the repository at this point in the history
  • Loading branch information
justin committed Nov 23, 2023
1 parent 50540cc commit 7a33363
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ struct ___FILEBASENAMEASIDENTIFIER___: View {
}
}

struct ___FILEBASENAMEASIDENTIFIER____Previews: PreviewProvider {
static var previews: some View {
___FILEBASENAMEASIDENTIFIER___()
}
#Preview {
___FILEBASENAMEASIDENTIFIER___()
}

@available(iOS 14.0, macCatalyst 14.0, macOS 11.0, *)
Expand Down

0 comments on commit 7a33363

Please sign in to comment.