File tree Expand file tree Collapse file tree
src/sections/Community/Handbook/handbook-single Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import React from "react" ;
22import { 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
66const HandbookPagination = ( { pages, currentSlug } ) => {
77 const currentIndex = pages . findIndex ( page => page . fields . slug === currentSlug ) ;
Original file line number Diff line number Diff line change 11import React from "react" ;
22import { Link } from "gatsby" ;
3- import TOCWrapper from "../../../components/handbook-navigation/toc.style" ;
3+ import TOCWrapper from "../../../../ components/handbook-navigation/toc.style" ;
44import { HiOutlineChevronLeft } from "@react-icons/all-files/hi/HiOutlineChevronLeft" ;
55
66const HandbookTOC = ( { pages, currentSlug } ) => {
You can’t perform that action at this time.
0 commit comments