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

# Interbotix VX300S

> Redirect stub to the Interbotix VX300S catalog page.

export default function InterbotixVX300SRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/interbotix/vx300s");
  }, []);
  return <>
      # Redirecting to Interbotix VX300S

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