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

# Leap Hand

> Redirect stub to the Leap Hand catalog page.

export default function LeapHandRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/dexsuite/leap-hand-leap");
  }, []);
  return <>
      # Redirecting to Leap Hand

      If you are not redirected automatically, [open the Leap Hand catalog page](https://cyberwave.com/dexsuite/leap-hand-leap).
    </>;
}
