'use client' const LoginButton: React.FC = () => { // const { signInWithKeyCloak } = useSignIn(); // const { user, loading } = useGetCurrentUser(); // if (loading || user) { // return
; // } // return ( //
// //
// ); return
} export default LoginButton