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

# Black Hornet Nano

> Redirect stub to the Black Hornet Nano catalog page.

export default function BlackHornetNanoRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/prox-dynamics/black-hornet-nano");
  }, []);
  return <>
      # Redirecting to Black Hornet Nano

      If you are not redirected automatically, [open the Black Hornet Nano catalog page](https://cyberwave.com/prox-dynamics/black-hornet-nano).
    </>;
}
