frontend_petsLove icon indicating copy to clipboard operation
frontend_petsLove copied to clipboard

useModal file import error

Open Shubhcoder opened this issue 1 year ago • 0 comments

Steps to reproduce:-

  1. Run the project by yarn dev.
  2. 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.

Shubhcoder avatar Nov 10 '23 08:11 Shubhcoder