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

# Bitcraze Crazyflie

> Redirect stub to the Bitcraze Crazyflie catalog page.

export default function BitcrazeCrazyflieRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/bitcraze/crazyflie");
  }, []);
  return <>
      # Redirecting to Bitcraze Crazyflie

      If you are not redirected automatically, [open the Bitcraze Crazyflie catalog page](https://cyberwave.com/bitcraze/crazyflie).
    </>;
}
