import React from "react"; import "./SearchBar.scss"; const SearchBar = () => { return (
); }; export default SearchBar;