mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 13:31:13 -05:00
feat: Implement Phase 1 Frontend Code Cleanup
This commit is contained in:
@@ -31,8 +31,8 @@ export function HeroSearch() {
|
||||
];
|
||||
|
||||
const handleSearch = () => {
|
||||
console.log('Searching for:', searchTerm, selectedType, selectedCountry);
|
||||
// TODO: Implement actual search functionality
|
||||
// Search functionality handled by AutocompleteSearch component in Header
|
||||
console.log('Search params:', searchTerm, selectedType, selectedCountry);
|
||||
};
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user