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

# Cylinder

> Redirect stub to the Cylinder catalog page.

export default function CylinderRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/cyberwave/cylinder");
  }, []);
  return <>
      # Redirecting to Cylinder

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