import { GoogleIcon } from "@/assets/icons"; export default function GoogleSigninButton({ text }: { text: string }) { return ( ); }