'use client' export default function TestButton() { const handleClick = () => { alert('hello') } return ( ) }