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

# Kinova Jaco

> Redirect stub to the Kinova Jaco catalog page.

export default function KinovaJacoRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/kinova/jaco");
  }, []);
  return <>
      # Redirecting to Kinova Jaco

      If you are not redirected automatically, [open the Kinova Jaco catalog page](https://cyberwave.com/kinova/jaco).
    </>;
}
