Created new layout for employee profile page

This commit is contained in:
Vikas Nale 2025-08-05 18:31:59 +05:30 committed by pramod mahajan
parent 8117e60bff
commit f946c38aae

View File

@ -4,7 +4,6 @@ import { useProfile } from "../../hooks/useProfile";
const EmpOverview = ({ profile }) => { const EmpOverview = ({ profile }) => {
const { loggedInUserProfile } = useProfile(); const { loggedInUserProfile } = useProfile();
return ( return (
<> <>
{" "} {" "}