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

# Unitree A1

> Redirect stub to the Unitree A1 catalog page.

export default function UnitreeA1RedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/unitree/unitree_a1");
  }, []);
  return <>
      # Redirecting to Unitree A1

      If you are not redirected automatically, [open the Unitree A1 catalog page](https://cyberwave.com/unitree/unitree_a1).
    </>;
}
