feat(invoice-ninja): add create invoice action

This commit is contained in:
Rıdvan Akca
2023-10-11 12:53:46 +03:00
parent 9bd041799b
commit 0121661ad0
7 changed files with 578 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
import createClient from './create-client';
import createInvoice from './create-invoice';
export default [createClient];
export default [createClient, createInvoice];