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
and this is the link to the file https://github.com/HISHAN03/cource/blob/main/src/pages/signin/index.tsx

GitHub
Contribute to HISHAN03/cource development by creating an account on GitHub.
Solution
the problem may be related to the naimg of your component. signin.
try to raname function to Signin.
try to raname function to Signin.