i am importing the abi of smart contract inside one component in react js. and this error is coming up. although the contract abi "artifacts" folder is inside of the src directory. how is this error coming up possible?
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/.