'use client' import React from 'react' export default function Page() { return (
Hello World{' '} {typeof window !== 'undefined' && Hydration Error!}
) }