Skip to content

Commit

Permalink
fixing typo of components folder
Browse files Browse the repository at this point in the history
  • Loading branch information
thekiranmahajan committed Sep 23, 2023
1 parent 5f77190 commit 376cfed
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions src/Components/Nav.jsx → components/Nav.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { hamburger } from "../assets/icons";
import { headerLogo } from "../assets/images";
import { navLinks } from "../constants";
import { hamburger } from "../src/assets/icons";
import { headerLogo } from "../src/assets/images";
import { navLinks } from "../src/constants";

const Nav = () => {
return (
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 376cfed

Please sign in to comment.