> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cyberwave.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Generic NVR2

> Redirect stub to the Generic NVR2 catalog page.

export default function GenericNVR2RedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/cyberwave/generic-nvr");
  }, []);
  return <>
      # Redirecting to Generic NVR2

      If you are not redirected automatically, [open the Generic NVR2 catalog page](https://cyberwave.com/cyberwave/generic-nvr).
    </>;
}
