The file /home/project/src/routes/stock.$code.tsx has been updated. Made 1 replacement. Here's the result of running `cat -n` on a snippet of the edited file: 64→ const [stockInfo, setStockInfo] = useState(null); 65→ const [chartData, setChartData] = useState([]); 66→ const [fundFlowData, setFundFlowData] = useState([]); 67→ const [fundFlowSummary, setFundFlowSummary] = useState(null); 68→ const [dailyTableDays, setDailyTableDays] = useState(7); 69→ const [loading, setLoading] = useState(true); 70→ const [error, setError] = useState(null); 71→ 72→ useEffect(() => { 73→ loadStockData();