This commit is contained in:
Sakurasan
2026-07-06 00:23:48 +08:00
parent 95594d1b1a
commit 084eb146f9
+1 -1
View File
@@ -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";