main
Last change
on this file since 5d6f37a was 5d6f37a, checked in by Naum Shapkarovski <naumshapkarovski@…>, 7 weeks ago |
add customer
|
-
Property mode
set to
100644
|
File size:
340 bytes
|
Line | |
---|
1 | export { default as InvoiceListView } from './invoice-list-view';
|
---|
2 | export { default as InvoiceEditView } from './invoice-edit-view';
|
---|
3 | export { default as InvoiceCopyView } from './invoice-copy-view';
|
---|
4 | export { default as InvoiceCreateView } from './invoice-create-view';
|
---|
5 | export { default as InvoiceDetailsView } from './invoice-details-view';
|
---|
Note:
See
TracBrowser
for help on using the repository browser.