Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Edurz135 committed Dec 5, 2023
1 parent 2bc4de6 commit 9c99b78
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/pages/home/home.page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
AlgorithmSection,
AboutSection,
} from "./index.js";
import {CustomFooter, CustomNavbar} from "../../components/";
import {CustomFooter, CustomNavbar} from "../../components";

export default function HomePage() {
const homeSectionRef = useRef(null);
Expand Down

0 comments on commit 9c99b78

Please sign in to comment.