Skip to content

Instantly share code, notes, and snippets.

@ernestofreyreg
Created August 10, 2021 13:46
Show Gist options
  • Save ernestofreyreg/da62955ebb705306025572a0a7a5c0df to your computer and use it in GitHub Desktop.
Save ernestofreyreg/da62955ebb705306025572a0a7a5c0df to your computer and use it in GitHub Desktop.
import * as React from 'react'
import { NextPage } from 'next'
const IndexPage: NextPage = () => {
return <div>Hello SaaS</div>
}
export default IndexPage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment