chore: remove unnecessary console.logs
This commit is contained in:
@ -5,7 +5,6 @@ import { type FC } from "react";
|
||||
|
||||
const Home: FC = () => {
|
||||
const profile = useAuth((state) => state.profile);
|
||||
console.log({ profile });
|
||||
const signOut = useAuth((state) => state.signOut);
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user