mirror of
https://github.com/kevin-DL/commander_league_web.git
synced 2026-01-19 04:55:24 +00:00
Initial commit from Create Next App
This commit is contained in:
14
pages/auth.js
Normal file
14
pages/auth.js
Normal file
@@ -0,0 +1,14 @@
|
||||
import FirebaseAuth from '../components/FirebaseAuth'
|
||||
|
||||
const Auth = () => {
|
||||
return (
|
||||
<div>
|
||||
<p>Sign in</p>
|
||||
<div>
|
||||
<FirebaseAuth />
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default Auth
|
||||
Reference in New Issue
Block a user