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

# Generic Auv

> Redirect stub to the Generic Auv catalog page.

export default function GenericAuvRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/cyberwave/generic-auv");
  }, []);
  return <>
      # Redirecting to Generic Auv

      If you are not redirected automatically, [open the Generic Auv catalog page](https://cyberwave.com/cyberwave/generic-auv).
    </>;
}
