import React from 'react' import FirebaseAuth from '../components/FirebaseAuth' const Auth = () => { return (

Sign in

) } Auth.propTypes = {} export default Auth