import React from "react"; import { SearchBar } from "./search/SearchBar"; export const SearchSection = ()=>{ return (
Advanced Search
) }