frontend_nyla/src/pages/views/trustee/index.ts
2026-01-20 00:56:00 +01:00

11 lines
468 B
TypeScript

/**
* Trustee Views Export
*/
export { TrusteeDashboardView } from './TrusteeDashboardView';
export { TrusteeContractsView } from './TrusteeContractsView';
export { TrusteeOrganisationsView } from './TrusteeOrganisationsView';
export { TrusteeDocumentsView } from './TrusteeDocumentsView';
export { TrusteePositionsView } from './TrusteePositionsView';
export { TrusteeRolesView } from './TrusteeRolesView';
export { TrusteeAccessView } from './TrusteeAccessView';