mirror of
https://github.com/SamyRai/turash.git
synced 2025-12-26 23:01:33 +00:00
9 lines
614 B
TypeScript
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';
|