'use client' export function Client() { console.log('MY LOG MESSAGE') console.error('MY ERROR MESSAGE') return <span>client</span> }