From 1ac28532969429f90fc3b4fe666e58ace807d17a Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sun, 27 Apr 2025 23:17:46 -0600 Subject: fix imports --- client/src/components/MarketDataPage.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/src/components/MarketDataPage.jsx') diff --git a/client/src/components/MarketDataPage.jsx b/client/src/components/MarketDataPage.jsx index 5e028f8..9d98269 100644 --- a/client/src/components/MarketDataPage.jsx +++ b/client/src/components/MarketDataPage.jsx @@ -3,8 +3,8 @@ import { Typography, Spin, Message, Card, Grid } from '@arco-design/web-react'; import '@arco-design/web-react/dist/css/arco.css'; import { initVChartArcoTheme } from '@visactor/vchart-arco-theme'; import { VChart } from '@visactor/react-vchart'; -import API_BASE_URL from './config'; -import { MarketContext, MARKET_FULL_NAMES } from './App'; +import API_BASE_URL from '../config'; +import { MarketContext, MARKET_FULL_NAMES } from '../App'; // TODO: // -- cgit v1.2.3