customers
This commit is contained in:
@@ -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'>
|
||||
|
||||
Reference in New Issue
Block a user