'use client' import { value } from 'mixed-syntax-esm' export function Client() { return 'client:' + value }