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
Screenshot_20231222_220740.png
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.
Was this page helpful?