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

# Leo Rover

> Redirect stub to the Leo Rover catalog page.

export default function LeoRoverRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/fictionlab/leo-rover");
  }, []);
  return <>
      # Redirecting to Leo Rover

      If you are not redirected automatically, [open the Leo Rover catalog page](https://cyberwave.com/fictionlab/leo-rover).
    </>;
}
