import React from 'react'; const DropdownMenu = ({title, value, onChange, options}) => (
); export default DropdownMenu;