Remove iOS 13/14 checks from Template/Onboarding/Authentication.

This commit is contained in:
Doug
2022-05-10 11:23:42 +01:00
committed by Doug
parent 2e46fea59c
commit c2d9f7318f
111 changed files with 44 additions and 213 deletions
@@ -16,7 +16,6 @@
import SwiftUI
@available(iOS 14.0, *)
struct TemplateUserProfile: View {
// MARK: - Properties
@@ -70,7 +69,6 @@ struct TemplateUserProfile: View {
// MARK: - Previews
@available(iOS 14.0, *)
struct TemplateUserProfile_Previews: PreviewProvider {
static let stateRenderer = MockTemplateUserProfileScreenState.stateRenderer
static var previews: some View {