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

> Redirect stub to the DJI Mini 3 catalog page.

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

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