diff --git a/components/partials/header/profile-info.tsx b/components/partials/header/profile-info.tsx index 64af8f06..1dda5f29 100644 --- a/components/partials/header/profile-info.tsx +++ b/components/partials/header/profile-info.tsx @@ -26,16 +26,6 @@ const ProfileInfo = () => { useEffect(() => { console.log("us", username); }, [username]); -import React from "react"; - -const ProfileInfo = () => { - - const [session, setSession] = React.useState(); - - const initSession = async () => { - const ses = await auth(); - setSession(ses); - } return (