add second page
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
import React from 'react';
|
||||
import Auth from '../components/Auth';
|
||||
|
||||
const AuthPage = () => <Auth />;
|
||||
const AuthPage = ({ setAuth }) => {
|
||||
return <Auth setAuthed={setAuth} />;
|
||||
};
|
||||
|
||||
export default AuthPage;
|
||||
|
Reference in New Issue
Block a user