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

# Bambot-b0

> Redirect stub to the Bambot-b0 catalog page.

export default function Bambotb0RedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/timqian/bambot-b0");
  }, []);
  return <>
      # Redirecting to Bambot-b0

      If you are not redirected automatically, [open the Bambot-b0 catalog page](https://cyberwave.com/timqian/bambot-b0).
    </>;
}
