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 // Re-export all functions from cartoesService
export { export {
getCartoes, getCartoes,
verificarCartaoExistente,
criarCartao, criarCartao,
getCartao getCartao
} from './cartao/cartoesService'; } from './cartao/cartoesService';