Deployment of simple page
Answered
Caya posted this in #help-forum
CayaOP
So i'm build a project which i need a auth so i need a login and sign up page so for now i want to have a place holder
simply like this same for signup page too
and for now i'm woring on other componet like landing page and navbar and all so which i pushed my code to guithub and tried to host the basic one i get this error
so i'm confuned what am i missing right now
const LoginPage = () => {
return (
<div>LoginPage</div>
)
}simply like this same for signup page too
and for now i'm woring on other componet like landing page and navbar and all so which i pushed my code to guithub and tried to host the basic one i get this error
Type error: Page "app/(auth)/(routes)/login/page.tsx" does not match the required types of a Next.js Page.so i'm confuned what am i missing right now
2 Replies
@joulev add `export default LoginPage`
CayaOP
Hey thanks it working
i did that but it wasnt showing me the loginpage in Arc browser but it is showing in chrome so i got confused a bit
i did that but it wasnt showing me the loginpage in Arc browser but it is showing in chrome so i got confused a bit