Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
tomheaton committed Jun 20, 2024
1 parent 29e4cec commit 07ff6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
NavLinks,
NavLogo,
NavMenu,
} from "./NavbarElements";
} from "@/components/Navbar/NavbarElements";
import { useEffect, useState } from "react";
import { FaBars } from "react-icons/fa";
import { IconContext } from "react-icons/lib";
Expand Down

0 comments on commit 07ff6c0

Please sign in to comment.