estoy importando el abi del contrato inteligente dentro de un componente en reaccionar js. y sale este error. aunque la carpeta contract abi "artefactos" está dentro del directorio src. ¿Cómo es posible este error?
Module not found: Error: You attempted to import ../../../../artifacts/contracts/cont.sol/VerifySig.json which falls outside of the project src/ directory. Relative imports outside of src/ are not supported. You can either move it inside src/, or add a symlink to it from project's node_modules/.