11 lines
510 B
TypeScript
11 lines
510 B
TypeScript
/**
|
|
* Trustee Views Export
|
|
*/
|
|
|
|
export { TrusteeDashboardView } from './TrusteeDashboardView';
|
|
export { TrusteeDocumentsView } from './TrusteeDocumentsView';
|
|
export { TrusteePositionsView } from './TrusteePositionsView';
|
|
export { TrusteeInstanceRolesView } from './TrusteeInstanceRolesView';
|
|
export { TrusteeExpenseImportView } from './TrusteeExpenseImportView';
|
|
export { TrusteeScanUploadView } from './TrusteeScanUploadView';
|
|
export { TrusteeAccountingSettingsView } from './TrusteeAccountingSettingsView';
|