Fix: Address Copilot review (use slice for suffix removal, remove unused import)

This commit is contained in:
wenliang 2026-02-13 16:38:49 +08:00
parent c227679ccf
commit 394485801b
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
"use client"; "use client";
import React, { useEffect, useRef, memo } from 'react';
import { formatSymbolForTradingView } from '@/lib/utils'; import { formatSymbolForTradingView } from '@/lib/utils';
interface TradingViewWatchlistProps { interface TradingViewWatchlistProps {