feat: Vendor Credit note.

This commit is contained in:
elforjani13
2021-11-29 16:33:43 +02:00
parent 0a9798e7a7
commit 119d0b2839
35 changed files with 1488 additions and 10 deletions

View File

@@ -0,0 +1,15 @@
import React from 'react';
const VendorCreditNoteDeleteAlert = React.lazy(() =>
import('../../Alerts/VendorCeditNotes/VendorCreditNoteDeleteAlert'),
);
/**
* Vendor Credit notes alerts.
*/
export default [
{
name: 'vendor-credit-note-delete',
component: VendorCreditNoteDeleteAlert,
},
];