little update

This commit is contained in:
Rama Priyanto 2024-12-24 15:29:24 +07:00
parent 1068b9e6a3
commit 7fa59b2a98
1 changed files with 0 additions and 10 deletions

View File

@ -26,16 +26,6 @@ const ProfileInfo = () => {
useEffect(() => {
console.log("us", username);
}, [username]);
import React from "react";
const ProfileInfo = () => {
const [session, setSession] = React.useState<any>();
const initSession = async () => {
const ses = await auth();
setSession(ses);
}
return (
<div className="md:block hidden">