diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2025-04-27 23:17:46 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2025-04-27 23:17:46 -0600 |
commit | 1ac28532969429f90fc3b4fe666e58ace807d17a (patch) | |
tree | a67d449b93a4656bf8be902d70142ee3ad1fe1bd /client/src/components/MarketDataPage.jsx | |
parent | 03183c0ca28abc968d77ed842a387a1da73af61b (diff) |
fix imports
Diffstat (limited to 'client/src/components/MarketDataPage.jsx')
-rw-r--r-- | client/src/components/MarketDataPage.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
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: // |