customers

This commit is contained in:
hamid zarghami
2025-02-25 16:29:40 +03:30
parent a94f31db04
commit 4d29331b6b
6 changed files with 334 additions and 112 deletions
+2 -2
View File
@@ -22,7 +22,7 @@ const CustomerList: FC = () => {
<div>
{t('customer.customer_list')}
</div>
<div>
<Link to={Pages.customer.create}>
<Button
className='px-5'
>
@@ -34,7 +34,7 @@ const CustomerList: FC = () => {
<div>{t('customer.add_cutomer')}</div>
</div>
</Button>
</div>
</Link>
</div>
<div className='flex justify-between items-center mt-12'>