// Components import DocusaurusLayout from '@theme/Layout' import { DocusaurusPage } from '@freesewing/react/components/Docusaurus' import { NoTitleLayout } from '@freesewing/react/components/Layout' import { OauthCallback } from '@freesewing/react/components/SignIn' /* * This is the Google Oauth callback page. * Each page MUST be wrapped in the DocusaurusPage component. * You also MUST pass in the DocusaurusLayout compoment. */ export default function GoogleOauthCallbackPage() { return (
) }