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

# Finger EDU Gepetto

> Redirect stub to the Finger EDU Gepetto catalog page.

export default function FingerEDUGepettoRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/gepetto/finger-edu-gepettos");
  }, []);
  return <>
      # Redirecting to Finger EDU Gepetto

      If you are not redirected automatically, [open the Finger EDU Gepetto catalog page](https://cyberwave.com/gepetto/finger-edu-gepettos).
    </>;
}
