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

# e.Do

> Redirect stub to the e.Do catalog page.

export default function eDoRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/comau/edo");
  }, []);
  return <>
      # Redirecting to e.Do

      If you are not redirected automatically, [open the e.Do catalog page](https://cyberwave.com/comau/edo).
    </>;
}
