feat(invoice-ninja): add new clients trigger

This commit is contained in:
Rıdvan Akca
2023-10-06 11:29:26 +03:00
parent 497ce2e84f
commit 58f8ded161
6 changed files with 84 additions and 0 deletions

View File

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