const navigationItems = [
{
label: 'Home',
icon: (
),
},
{
label: 'Dashboard',
icon: (
),
},
{
label: 'Candidate',
icon: (
),
},
{
label: 'Calendar',
icon: (
),
},
]
function Sidebar({ activeView, onChangeView, onLogout }) {
return (
)
}
export default Sidebar