diff --git a/components/AddYourProjectButton.tsx b/components/AddYourProjectButton.tsx index 89fa0e05..9a052cac 100644 --- a/components/AddYourProjectButton.tsx +++ b/components/AddYourProjectButton.tsx @@ -1,24 +1,33 @@ -import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; -import { faPlus } from '@fortawesome/free-solid-svg-icons'; +import { faPlus } from "@fortawesome/free-solid-svg-icons"; +import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; export const AddYourProjectButton = () => { return ( -