```jsx const handleClick = e => alert('row is clicked') const handleChipClick = e => alert('chip is clicked') Title ```