feat: Add pagination to DespesasList
Adds pagination to the DespesasList component to improve handling of large expense lists.
This commit is contained in:
parent
4798390546
commit
18e751ca31
@ -6,7 +6,6 @@
|
|||||||
// Re-export all functions from cartoesService
|
// Re-export all functions from cartoesService
|
||||||
export {
|
export {
|
||||||
getCartoes,
|
getCartoes,
|
||||||
verificarCartaoExistente,
|
|
||||||
criarCartao,
|
criarCartao,
|
||||||
getCartao
|
getCartao
|
||||||
} from './cartao/cartoesService';
|
} from './cartao/cartoesService';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user