Files
core/src/modules/invoice/admin/index.js
T
2026-04-12 12:50:14 -04:00

8 lines
244 B
JavaScript

/**
* Invoice Admin Components
*/
export { default as InvoicesListPage } from './InvoicesListPage.js';
export { default as InvoiceCreatePage } from './InvoiceCreatePage.js';
export { default as InvoiceEditPage } from './InvoiceEditPage.js';