import React, {FC} from 'react' const AuthLayout: FC = () => { return ( <> ) } export default AuthLayout