nextjs hooks

i am new to next js and i created a simple cource website and this is the error i am facing while i am trying to login and this is the link to the file https://github.com/HISHAN03/cource/blob/main/src/pages/signin/index.tsx
GitHub
cource/src/pages/signin/index.tsx at main · HISHAN03/cource
Contribute to HISHAN03/cource development by creating an account on GitHub.
No description
Solution:
the problem may be related to the naimg of your component. signin. try to raname function to Signin....
Jump to solution
2 Replies
Solution
choco
choco6mo ago
the problem may be related to the naimg of your component. signin. try to raname function to Signin.
choco
choco6mo ago
function Signin() {