turash/bugulma/frontend/components/dashboard/index.ts
2025-12-15 10:06:41 +01:00

9 lines
614 B
TypeScript

export { default as ActiveProposalsSection } from './ActiveProposalsSection';
export { default as ImpactMetricsSection } from './ImpactMetricsSection';
export { default as MyOrganizationsSection } from './MyOrganizationsSection';
export { default as PlatformHealthSection } from './PlatformHealthSection';
export { default as PlatformOverviewSection } from './PlatformOverviewSection';
export { default as QuickActionsSection } from './QuickActionsSection';
export { default as RecentActivitySection } from './RecentActivitySection';
export { default as YourContributionSection } from './YourContributionSection';