export default function Page() { return (
Hello World{' '} {typeof window !== 'undefined' && Hydration Error!}
) }