From 084eb146f972e445bea9b41af36559475ea4dcd4 Mon Sep 17 00:00:00 2001 From: Sakurasan <26715255+Sakurasan@users.noreply.github.com> Date: Mon, 6 Jul 2026 00:23:48 +0800 Subject: [PATCH] up --- src/routes/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";