feat(invoice-ninja): add create client action

This commit is contained in:
Rıdvan Akca
2023-10-09 14:52:05 +03:00
committed by Faruk AYDIN
parent c4af873036
commit 5b13f880c8
7 changed files with 508 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/invoice-ninja.svg
items:
- name: Create client
desc: Creates a new client.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />