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

# Skydio X2

> Redirect stub to the Skydio X2 catalog page.

export default function SkydioX2RedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/skydio/skydio-x2");
  }, []);
  return <>
      # Redirecting to Skydio X2

      If you are not redirected automatically, [open the Skydio X2 catalog page](https://cyberwave.com/skydio/skydio-x2).
    </>;
}
