Skip to content

Commit

Permalink
eliminate innecessary import for share icon
Browse files Browse the repository at this point in the history
  • Loading branch information
GrannyYetta committed Oct 13, 2024
1 parent 3136177 commit e456994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/About.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { FaGithub, FaShareAlt, FaHome } from 'react-icons/fa';
import { FaGithub, FaHome } from 'react-icons/fa';
import { DeveloperCard } from '../components/DeveloperCard';
import { NavLink } from 'react-router-dom';

Expand Down

0 comments on commit e456994

Please sign in to comment.