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

# FFTAI GR1T1

> Redirect stub to the FFTAI GR1T1 catalog page.

export default function FFTAIGR1T1RedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/fourier/fftai-gr1t1");
  }, []);
  return <>
      # Redirecting to FFTAI GR1T1

      If you are not redirected automatically, [open the FFTAI GR1T1 catalog page](https://cyberwave.com/fourier/fftai-gr1t1).
    </>;
}
