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

# Go2 backpack

> Redirect stub to the Go2 backpack catalog page.

export default function Go2backpackRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/cyberwave/go2-backpack");
  }, []);
  return <>
      # Redirecting to Go2 backpack

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