mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
feat: Credit note.
This commit is contained in:
15
src/containers/Sales/CreditNotes/CreditNotesAlerts.js
Normal file
15
src/containers/Sales/CreditNotes/CreditNotesAlerts.js
Normal file
@@ -0,0 +1,15 @@
|
||||
import React from 'react';
|
||||
|
||||
const CreditNoteDeleteAlert = React.lazy(() =>
|
||||
import('../../Alerts/CreditNotes/CreditNoteDeleteAlert'),
|
||||
);
|
||||
|
||||
/**
|
||||
* Sales Credit notes alerts.
|
||||
*/
|
||||
export default [
|
||||
{
|
||||
name: 'credit-note-delete',
|
||||
component: CreditNoteDeleteAlert,
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user