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

# Generic Box (Flaps Out)

> Redirect stub to the Generic Box (Flaps Out) catalog page.

export default function GenericBoxFlapsOutRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/cyberwave/generic-box");
  }, []);
  return <>
      # Redirecting to Generic Box (Flaps Out)

      If you are not redirected automatically, [open the Generic Box (Flaps Out) catalog page](https://cyberwave.com/cyberwave/generic-box).
    </>;
}
