frontend_petsLove
frontend_petsLove copied to clipboard
useModal file import error
Steps to reproduce:-
- Run the project by
yarn dev
. - Visit the url
localhost:3000
You will see error for unresolved useModal
file import pops up.
The file doesn't seems to exist in the hooks folder. Also, by looking at the current code it doesn't seems that the hook is being used anywhere inside App.tsx
file apart from just initialization.