import styles from "./search.module.scss"; const Search = ({ type }) => { console.log("type==",type) return (
) } export default Search