diff --git a/client/src/pages/index.tsx b/client/src/pages/index.tsx index 83efb1b..d812485 100644 --- a/client/src/pages/index.tsx +++ b/client/src/pages/index.tsx @@ -5,6 +5,7 @@ export { CampaignDetailPage } from './CampaignDetailPage'; export { CreateCampaignPage } from './CreateCampaignPage'; export { AdminDashboardPage } from './AdminDashboardPage'; export { ActivityFeedPage } from './ActivityFeedPage'; +export { InvestorDashboardPage } from './InvestorDashboardPage'; type PlaceholderPageProps = { eyebrow: string; @@ -74,17 +75,8 @@ export function FarmerDashboardPage() { ); } -export function InvestorDashboardPage() { - return ( - - ); -} - -// ActivityFeedPage is the real implementation exported from ./ActivityFeedPage +// InvestorDashboardPage and ActivityFeedPage are the real implementations +// re-exported from their own modules above. export function ProfilePage() { return (