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

> Redirect stub to the Unitree Laikago catalog page.

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

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