1

It shows that there is some error while importing FiMail from react icon even after reinstalling the pack

The Error:

Attempted import error: 'FiMail' is not exported from 'react/icons/fa'

import { FiMail } from 'react-icons/fa'
import {
  HeroContainer,
  Socials
} from "./HeroElements";
const Hero = () => {
  return (
    <>
      <HeroContainer>
        <Socials>
              <FiMail />
        </Socials>
      </HeroContainer>
    </>
  );
};

export default Hero;

TechySharnav
  • 4,869
  • 2
  • 11
  • 29

0 Answers0