diff --git a/src/routes/index.tsx b/src/routes/index.tsx index 8fcb0a4..419e750 100755 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -2,7 +2,7 @@ import { createFileRoute } from "@tanstack/react-router"; import { useState, useEffect, useRef } from "react"; import { collectionsApi, sharesApi } from "@/lib/api-client"; import { fetchStockQuote, fetchStockSearch, getStockBoard, type StockQuote, type StockSearchResult } from "@/lib/stock-api"; -import { getUserId } from "@/lib/user-id"; +import { getUserId, updateLastAccessed } from "@/lib/user-id"; import { Button } from "@/components/ui/button"; import { Input } from "@/components/ui/input"; import { Card, CardContent } from "@/components/ui/card";