Skip to content

Commit

Permalink
Fix import agent
Browse files Browse the repository at this point in the history
  • Loading branch information
engalisabry committed Dec 16, 2024
1 parent 58738d7 commit 843e26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Home/SearchBox.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { useState, useEffect } from 'react';
import agentObj from './agent'; // Import the API agent
import agentObj from '../../agent'; // Import the API agent
import { debounce } from 'lodash'; // Use lodash for debouncing

const SearchBox = () => {
Expand Down

0 comments on commit 843e26a

Please sign in to comment.