diff --git a/src/api/useAuth.jsx b/src/api/useAuth.jsx index ca07ae6..c17b778 100644 --- a/src/api/useAuth.jsx +++ b/src/api/useAuth.jsx @@ -21,7 +21,10 @@ export const SignInButton = () => ( * A button that signs the user out of the app using Firebase Auth. */ export const SignOutButton = () => ( - );