This commit is contained in:
mantikoros 2022-08-28 16:38:59 -05:00
parent e4c66e08f5
commit 1ff453d64c

View File

@ -4,7 +4,7 @@ import { useRouter } from 'next/router'
import { firebaseLogin } from 'web/lib/firebase/users'
import { Button } from './button'
export const SignInButton = (props: {}) => {
export const SignInButton = () => {
const router = useRouter()
return (