import React from 'react'; import stl from './dropdownItem.module.css'; const DropdownItem = ({ value, onSelect }) => { return (