'use client' function Component() { if (typeof window === 'undefined') { throw new Error('SSR only error') } return

hello world

} export default function Page() { return }