In order to use web3 in react, I imported web3 like this,
import Web3 from 'web3';
However, I got this error.
Module not found: Can't resolve 'web3' in '/Users/___/Desktop/MyApps/eth_todo_react/frontend/src'
I used to use web3, but the error come up from yesterday.
Could you give me any advise, please?