import React from 'react' import Link from 'next/link' const Example = props => { return (

This page is static because it does not fetch any data or include the authed user info.

Home
) } Example.displayName = 'Example' Example.propTypes = {} Example.defaultProps = {} export default Example