Skip to content

Instantly share code, notes, and snippets.

@ernestofreyreg
Created January 16, 2020 19:14
Show Gist options
  • Save ernestofreyreg/15bf9d8c00b2a52fdb83f6c9c0147691 to your computer and use it in GitHub Desktop.
Save ernestofreyreg/15bf9d8c00b2a52fdb83f6c9c0147691 to your computer and use it in GitHub Desktop.
import * as React from 'react'
import { NextPage } from 'next'
interface Props {}
const Auth0CallbackPage: NextPage<Props> = () => null
export default Auth0CallbackPage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment