import React from 'react' import { HiSearch } from 'react-icons/hi' export default function SearchInput({ onChange, value }) { return (
) }