5 lines
228 B
TypeScript
5 lines
228 B
TypeScript
// ScoreCard is superseded by the tabbed dashboard in page.tsx.
|
|
// Logic is now split into OverviewTab, EnvironmentTab, LandTab, MarketTab.
|
|
// File kept to avoid breaking any external imports; exports an empty stub.
|
|
|
|
export {};
|