diff --git a/src/components/Navbar/index.jsx b/src/components/Navbar/index.jsx index c59364a..8cf38eb 100755 --- a/src/components/Navbar/index.jsx +++ b/src/components/Navbar/index.jsx @@ -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";