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

# Rhea

> Redirect stub to the Rhea catalog page.

export default function RheaRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/g-levine/rhea");
  }, []);
  return <>
      # Redirecting to Rhea

      If you are not redirected automatically, [open the Rhea catalog page](https://cyberwave.com/g-levine/rhea).
    </>;
}
