crud role

This commit is contained in:
hamid zarghami
2026-02-26 09:24:41 +03:30
parent 54b86b718c
commit f466f03fea
9 changed files with 577 additions and 0 deletions
+8
View File
@@ -13,6 +13,7 @@ import {
People,
Printer,
Receipt21,
ShieldSecurity,
Teacher,
User,
} from 'iconsax-react';
@@ -115,6 +116,13 @@ const SideBar: FC = () => {
isActive={isActive('admin')}
link={Paths.admin.list}
/>
<SideBarItem
icon={<ShieldSecurity size={iconSizeSideBar} color="#4F5260" />}
title={'نقش‌ها'}
isActive={isActive('role')}
link={Paths.role.list}
/>
</div>
<div className="mt-10 px-6 text-description text-sm font-bold">{t('sidebar.other')}</div>