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

# Orebro University Yumi

> Redirect stub to the Orebro University Yumi catalog page.

export default function OrebroUniversityYumiRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/orebro-university/yumi");
  }, []);
  return <>
      # Redirecting to Orebro University Yumi

      If you are not redirected automatically, [open the Orebro University Yumi catalog page](https://cyberwave.com/orebro-university/yumi).
    </>;
}
