feat(invoice-ninja): add new credits trigger

This commit is contained in:
Rıdvan Akca
2023-10-06 13:48:10 +03:00
parent 453ab7de66
commit 027b11c3fb
3 changed files with 69 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
import newClients from './new-clients';
import newCredits from './new-credits';
export default [newClients];
export default [newClients, newCredits];