Skip to content

Commit

Permalink
Update SearchBar.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Moore-UOA authored Oct 9, 2024
1 parent af0d54c commit 2898a92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useContext, useState } from 'react';
import React, { useContext } from 'react';
import { FiSearch } from 'react-icons/fi'; // magnifying glass icon
import CommunitySearchContext from '../../../context/CommunitySearchContext';

Expand Down

0 comments on commit 2898a92

Please sign in to comment.