diff --git a/Examples/Examples/Auth/GoogleSignIn.swift b/Examples/Examples/Auth/GoogleSignIn.swift index 41a23058..75cf2b00 100644 --- a/Examples/Examples/Auth/GoogleSignIn.swift +++ b/Examples/Examples/Auth/GoogleSignIn.swift @@ -6,6 +6,7 @@ // import SwiftUI +import AuthenticationServices struct GoogleSignIn: View { @Environment(\.webAuthenticationSession) var webAuthenticationSession