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

# ANYMal B

> Redirect stub to the ANYMal B catalog page.

export default function ANYMalBRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/anybotics/anymal-b");
  }, []);
  return <>
      # Redirecting to ANYMal B

      If you are not redirected automatically, [open the ANYMal B catalog page](https://cyberwave.com/anybotics/anymal-b).
    </>;
}
