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

# UR7

> Redirect stub to the UR7 catalog page.

export default function UR7RedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/cyberwave/ur7");
  }, []);
  return <>
      # Redirecting to UR7

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