import React from "react"; import { useProfile } from "../../hooks/useProfile"; const EmpOverview = ({ profile }) => { const { loggedInUserProfile } = useProfile(); return (