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

# Robot Mat

> Redirect stub to the Robot Mat catalog page.

export default function RobotMatRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/cyberwave/robot-mat");
  }, []);
  return <>
      # Redirecting to Robot Mat

      If you are not redirected automatically, [open the Robot Mat catalog page](https://cyberwave.com/cyberwave/robot-mat).
    </>;
}
