import "./style.scss"; const LinkForm = ({ icon, url, onUrlChange, onSubmit }) => (
onUrlChange(event, icon)} />
); export default LinkForm;