'use client' const isServer = typeof window === 'undefined' export default function Mismatch() { return
{isServer && 'only'}
}