'use client' export function CompClient() { return (

- This is a component (client)

{/* Uncomment the following line and save file to see the error: */} {/* < */}
) }