11 lines
468 B
TypeScript
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';
|