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

# Rethink Robotics Sawyer

> Redirect stub to the Rethink Robotics Sawyer catalog page.

export default function RethinkRoboticsSawyerRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/rethink-robotics/sawyer");
  }, []);
  return <>
      # Redirecting to Rethink Robotics Sawyer

      If you are not redirected automatically, [open the Rethink Robotics Sawyer catalog page](https://cyberwave.com/rethink-robotics/sawyer).
    </>;
}
