I am trying to use react-icons for my website. However, My Next.js app keeps giving the module not found
error even after installing using npm install react-icons --save
here's whats in my javascript: import { FaBeer } from 'react-icons/fa';
What could be the issue?