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

#  EPAL Euro Pallet

> Redirect stub to the  EPAL Euro Pallet catalog page.

export default function EPALEuroPalletRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/cyberwave/pallet");
  }, []);
  return <>
      # Redirecting to  EPAL Euro Pallet

      If you are not redirected automatically, [open the  EPAL Euro Pallet catalog page](https://cyberwave.com/cyberwave/pallet).
    </>;
}
