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

# Tracer 2.0

> Redirect stub to the Tracer 2.0 catalog page.

export default function Tracer20RedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/cyberwave/tracer-20");
  }, []);
  return <>
      # Redirecting to Tracer 2.0

      If you are not redirected automatically, [open the Tracer 2.0 catalog page](https://cyberwave.com/cyberwave/tracer-20).
    </>;
}
