Skip to content

Re-export real InvestorDashboardPage from pages/index (Closes #144) - #210

Open
matthewrball wants to merge 1 commit into
Cylo-Traders:masterfrom
matthewrball:fix/issue-144-investor-dashboard-export
Open

Re-export real InvestorDashboardPage from pages/index (Closes #144)#210
matthewrball wants to merge 1 commit into
Cylo-Traders:masterfrom
matthewrball:fix/issue-144-investor-dashboard-export

Conversation

@matthewrball

Copy link
Copy Markdown
Contributor

Closes #144

Problem

client/src/pages/index.tsx exported a placeholder InvestorDashboardPage while a real implementation already exists in client/src/pages/InvestorDashboardPage.tsx. Importing from ./pages would silently get the stub.

Change

  • Remove the placeholder component from pages/index.tsx
  • Re-export the real page, same pattern as ActivityFeedPage / CampaignDetailPage
  • Leave FarmerDashboardPage and ProfilePage as placeholders (no real implementations yet)

Notes

GrantFox Third Campaign / Maybe Rewarded. No GrantFox apply (GitHub OAuth wall).

Remove the placeholder from pages/index.tsx and re-export the real page, matching ActivityFeedPage.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Two different components are both named/exported as InvestorDashboardPage

1 participant