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

# Poppy Ergo Jr

> Redirect stub to the Poppy Ergo Jr catalog page.

export default function PoppyErgoJrRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/poppy-project/poppy-ergo-jr");
  }, []);
  return <>
      # Redirecting to Poppy Ergo Jr

      If you are not redirected automatically, [open the Poppy Ergo Jr catalog page](https://cyberwave.com/poppy-project/poppy-ergo-jr).
    </>;
}
