Skip to content

Commit

Permalink
Remove import
Browse files Browse the repository at this point in the history
  • Loading branch information
rvillanueva committed Dec 6, 2023
1 parent 2d7860e commit 4517953
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Navbar/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import "./navbar.css";
import { CSSTransition } from "react-transition-group";
import { Link } from "react-router-dom";
import { FaBars } from "react-icons/fa6";
import { faBars } from "@fortawesome/free-solid-svg-icons";

function Navbar({ hideLogo, toggleDrawer, isScrolledDown }) {
return (
Expand Down

0 comments on commit 4517953

Please sign in to comment.