> ## 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 Mavic 3 Enterprise

> Redirect stub to the DJI Mavic 3 Enterprise catalog page.

export default function DJIMavic3EnterpriseRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/dji/mavic-3-enterprise");
  }, []);
  return <>
      # Redirecting to DJI Mavic 3 Enterprise

      If you are not redirected automatically, [open the DJI Mavic 3 Enterprise catalog page](https://cyberwave.com/dji/mavic-3-enterprise).
    </>;
}
