import React from "react" import Translate, { translate } from "@docusaurus/Translate" import { PageMetadata } from "@docusaurus/theme-common" import Layout from "@theme/Layout" import useBaseUrl from "@docusaurus/useBaseUrl" import UserProvider from "../providers/User" export default function NotFound(): JSX.Element { return ( <>

Page Not Found

Looks like the page you're looking for has either changed into a different location or isn't in our documentation anymore.

If you think this is a mistake, please{" "} report this issue on GitHub

Some popular links

) }