'use client' export function ClientComponent({ children, data }) { console.log(data) return children }