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

> Redirect stub to the Bitcraze Crazyflie 2 catalog page.

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

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