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

# Maira6M

> Redirect stub to the Maira6M catalog page.

export default function Maira6MRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/neura-robotics/maira6m");
  }, []);
  return <>
      # Redirecting to Maira6M

      If you are not redirected automatically, [open the Maira6M catalog page](https://cyberwave.com/neura-robotics/maira6m).
    </>;
}
