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

# Disney BDX

> Redirect stub to the Disney BDX catalog page.

export default function DisneyBDXRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/disney/bdx");
  }, []);
  return <>
      # Redirecting to Disney BDX

      If you are not redirected automatically, [open the Disney BDX catalog page](https://cyberwave.com/disney/bdx).
    </>;
}
