'use client' function throwError() { throw new Error('Client component error in app router') } function callError() { throwError() } export default function ClientErrorPage() { return (