aboutsummaryrefslogtreecommitdiff
path: root/client/src/components/SubmitBidPage.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/components/SubmitBidPage.jsx')
-rw-r--r--client/src/components/SubmitBidPage.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/components/SubmitBidPage.jsx b/client/src/components/SubmitBidPage.jsx
index 7737c20..bed92be 100644
--- a/client/src/components/SubmitBidPage.jsx
+++ b/client/src/components/SubmitBidPage.jsx
@@ -4,8 +4,8 @@ import '@arco-design/web-react/dist/css/arco.css';
import dayjs from 'dayjs';
import utc from 'dayjs/plugin/utc';
import timezone from 'dayjs/plugin/timezone';
-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';
dayjs.extend(utc);
dayjs.extend(timezone);