frontend_nyla/src/pages/views/trustee/index.ts
2026-02-22 00:07:40 +01:00

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';