Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Krebs committed Sep 24, 2023
1 parent c40dba6 commit 6ca85d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/social/social-media-list.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { BsEnvelopeOpenFill, BsGithub, BsInstagram, BsLinkedin, BsMastodon, BsStackOverflow, BsTwitter } from "react-icons/bs";
import { BsEnvelopeOpenFill, BsGithub, BsLinkedin, BsMastodon, BsStackOverflow } from "react-icons/bs";
import { SocialItem } from "../../type/social";
import { TbBrandKbin } from "react-icons/tb";

Expand Down

0 comments on commit 6ca85d9

Please sign in to comment.