Skip to content

Remove unused Area import from MarketChart#10

Merged
ghostleek merged 2 commits intofix/prodfrom
copilot/sub-pr-1-f04e152e-e129-4b8d-9321-38246adc0b15
Mar 10, 2026
Merged

Remove unused Area import from MarketChart#10
ghostleek merged 2 commits intofix/prodfrom
copilot/sub-pr-1-f04e152e-e129-4b8d-9321-38246adc0b15

Conversation

Copy link
Copy Markdown

Copilot AI commented Mar 10, 2026

Area was imported from recharts in MarketChart.tsx but never referenced, causing unused-import lint failures.

Changes

  • components/MarketChart.tsx: Drop Area from the recharts named imports.
 import {
   ComposedChart, Line, Scatter, XAxis, YAxis, CartesianGrid,
-  Tooltip, ResponsiveContainer, ReferenceLine, Area,
+  Tooltip, ResponsiveContainer, ReferenceLine,
 } from 'recharts';

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 10, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
live-game Error Error Mar 10, 2026 5:45am

Co-authored-by: ghostleek <44336310+ghostleek@users.noreply.github.com>
Copilot AI changed the title [WIP] Address feedback on sessions API and UI fixes Remove unused Area import from MarketChart Mar 10, 2026
@ghostleek ghostleek marked this pull request as ready for review March 10, 2026 05:56
@ghostleek ghostleek merged commit 2ca2062 into fix/prod Mar 10, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants