diff --git a/components/AddYourProjectButton.tsx b/components/AddYourProjectButton.tsx
index 9a052cac..14795079 100644
--- a/components/AddYourProjectButton.tsx
+++ b/components/AddYourProjectButton.tsx
@@ -1,6 +1,3 @@
-import { faPlus } from "@fortawesome/free-solid-svg-icons";
-import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
-
export const AddYourProjectButton = () => {
return (
diff --git a/components/Navbar.tsx b/components/Navbar.tsx
index 08a9850b..5eecb9c5 100644
--- a/components/Navbar.tsx
+++ b/components/Navbar.tsx
@@ -1,6 +1,3 @@
-import { faPlus } from "@fortawesome/free-solid-svg-icons";
-import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
-
export const Navbar = () => {
return (