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

# DJI Mini 4 Pro

> Redirect stub to the DJI Mini 4 Pro catalog page.

export default function DJIMini4ProRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/dji/dji-mini-4-pro");
  }, []);
  return <>
      # Redirecting to DJI Mini 4 Pro

      If you are not redirected automatically, [open the DJI Mini 4 Pro catalog page](https://cyberwave.com/dji/dji-mini-4-pro).
    </>;
}
