const Profile = ({onChangeImage}: ProfileProps) => { ... const handleEditButtonClick = () => { ... } }