"use client" import {signInAction} from "@/features/auth/auth.action"; import {Button} from "@/components/ui/button"; import Image from "next/image"; export type SocialAuthButtonProps = {} export const SocialAuthButton = (props: SocialAuthButtonProps) => { return (
) }