8 lines
244 B
JavaScript
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';
|