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

# Robotic Arm

> Redirect stub to the Robotic Arm catalog page.

export default function RoboticArmRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/fwr/robotic-arm");
  }, []);
  return <>
      # Redirecting to Robotic Arm

      If you are not redirected automatically, [open the Robotic Arm catalog page](https://cyberwave.com/fwr/robotic-arm).
    </>;
}
