import { useAuth } from "../auth/AuthContext"; export default function Header() { const { user, logout } = useAuth(); return (

BellCloud™ - Console new 41 Nigga FUCK YOU

{user?.name} {user?.role}
); } /* my test string */