This commit is contained in:
bracesproul
2025-02-27 15:41:47 -08:00
parent c7b61071a1
commit 3f4aad48e6
14 changed files with 254 additions and 104 deletions

View File

@@ -3,6 +3,6 @@ import PortfolioView from "./portfolio-view";
const ComponentMap = {
"stock-price": StockPrice,
"portfolio-view": PortfolioView,
portfolio: PortfolioView,
} as const;
export default ComponentMap;