Currently, I am in the process of integrating the rainbowkit
and wagmi
libraries into an existing website that is built using web3
. The integration works fine when I comment out the styles import, but unfortunately, it results in a rather unattractive appearance. I have triple-checked to ensure that my npm is up to date, as well as the versions of rainbowkit and wagmi.
This is my import statement:
import '@rainbow-me/rainbowkit/styles.css'
However, the outcome I receive is:
Failed to compile.
./src/App.tsx
Module not found: Can't resolve '@rainbow-me/rainbowkit/styles.css' in '/home/apollo/manifest-github/physical-claim-frontend/src'