feat: Add pagination to DespesasList

Adds pagination to the DespesasList component to improve handling of large expense lists.
This commit is contained in:
gpt-engineer-app[bot] 2025-05-21 00:57:41 +00:00
parent 4798390546
commit 18e751ca31

View File

@ -6,7 +6,6 @@
// Re-export all functions from cartoesService
export {
getCartoes,
verificarCartaoExistente,
criarCartao,
getCartao
} from './cartao/cartoesService';