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

# Electric Substation

> Redirect stub to the Electric Substation catalog page.

export default function ElectricSubstationRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/cyberwave/electric-substation-2");
  }, []);
  return <>
      # Redirecting to Electric Substation

      If you are not redirected automatically, [open the Electric Substation catalog page](https://cyberwave.com/cyberwave/electric-substation-2).
    </>;
}
