import React from 'react'; const Dropdown = ({ selectedColor, handleColorChange }) => { return (

); }; export default Dropdown;