import React from 'react' import styles from './searchBar.module.css' export default function SearchBar({ searchTerm, onChange }) { return (