> ## 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.

# Logitech C920

> Redirect stub to the Logitech C920 catalog page.

export default function LogitechC920RedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/cyberwave/logitech-c920");
  }, []);
  return <>
      # Redirecting to Logitech C920

      If you are not redirected automatically, [open the Logitech C920 catalog page](https://cyberwave.com/cyberwave/logitech-c920).
    </>;
}
