feat: 🏷️ add payment as category

This commit is contained in:
madeval 2024-04-27 20:12:49 -03:00
parent 32057c0b08
commit bd93a96835

View File

@ -19,4 +19,5 @@ export type tCategory =
| 'Marketplace'
| 'Fintech'
| 'Music'
| 'Vercel';
| 'Vercel'
| 'Payment';