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

# MiR250

> Redirect stub to the MiR250 catalog page.

export default function MiR250RedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/up/mir-250");
  }, []);
  return <>
      # Redirecting to MiR250

      If you are not redirected automatically, [open the MiR250 catalog page](https://cyberwave.com/up/mir-250).
    </>;
}
