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

# RF Scanner Pod

> Redirect stub to the RF Scanner Pod catalog page.

export default function RFScannerPodRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/generic-drone-payloads/rf-scanner-pod");
  }, []);
  return <>
      # Redirecting to RF Scanner Pod

      If you are not redirected automatically, [open the RF Scanner Pod catalog page](https://cyberwave.com/generic-drone-payloads/rf-scanner-pod).
    </>;
}
