import { SignInWithGoogle } from "@zitadel/react";
export default function IdentityProviders() {
return (
<div>
<SignInWithGoogle />
</div>
);
}