Skip to content

Commit 956f9d5

Browse files
fix path 3
Signed-off-by: Rajesh-Nagarajan-11 <rajeshnagarajan36@gmail.com>
1 parent fe92349 commit 956f9d5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/sections/Community/Handbook/handbook-single/HandbookPagination.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from "react";
22
import { Link } from "gatsby";
3-
import TocPaginationWrapper from "../../../components/handbook-navigation/TocPagination.style";
4-
import Button from "../../../reusecore/Button";
3+
import TocPaginationWrapper from "../../../../components/handbook-navigation/TocPagination.style";
4+
import Button from "../../../../reusecore/Button";
55

66
const HandbookPagination = ({ pages, currentSlug }) => {
77
const currentIndex = pages.findIndex(page => page.fields.slug === currentSlug);

src/sections/Community/Handbook/handbook-single/HandbookTOC.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from "react";
22
import { Link } from "gatsby";
3-
import TOCWrapper from "../../../components/handbook-navigation/toc.style";
3+
import TOCWrapper from "../../../../components/handbook-navigation/toc.style";
44
import { HiOutlineChevronLeft } from "@react-icons/all-files/hi/HiOutlineChevronLeft";
55

66
const HandbookTOC = ({ pages, currentSlug }) => {

0 commit comments

Comments
 (0)