"use client"; import { signIn } from "next-auth/react"; function GoogleIcon() { return ( ); } type Props = { large?: boolean; fullWidth?: boolean; }; export function SignInButton({ large, fullWidth }: Props) { return ( ); }