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/BidsPage.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/components/BidsPage.jsx') diff --git a/client/src/components/BidsPage.jsx b/client/src/components/BidsPage.jsx index e0c4128..2b97e99 100644 --- a/client/src/components/BidsPage.jsx +++ b/client/src/components/BidsPage.jsx @@ -2,7 +2,7 @@ import React, { useEffect, useState } from 'react'; import { Table, Typography, Spin, Message, Card, Empty, Badge } from '@arco-design/web-react'; import { IconArrowRise, IconArrowFall } from '@arco-design/web-react/icon'; import '@arco-design/web-react/dist/css/arco.css'; -import API_BASE_URL from './config'; +import API_BASE_URL from '../config'; const columns = (bids) => [ { -- cgit v1.2.3