File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ import { EditOnGitHub } from "@/components/docs/content/EditOnGitHub";
13
13
import { ErrorBoundary } from "@/components/docs/content/ErrorBoundary" ;
14
14
import { ReadingTime } from "@/components/docs/content/ReadingTime" ;
15
15
import { ShortLink } from "@/components/docs/content/ShortLink" ;
16
- import { docsStructure } from "@/lib/sidebar-structure" ;
17
16
import { components , mdxOptions } from "@/components/mdx/mdx-components" ;
17
+ import { docsStructure } from "@/lib/sidebar-structure" ;
18
18
19
19
interface DocMeta {
20
20
title : string ;
Original file line number Diff line number Diff line change @@ -4,9 +4,10 @@ import { Menu, X } from "lucide-react";
4
4
import { usePathname } from "next/navigation" ;
5
5
import React , { useEffect } from "react" ;
6
6
7
+ import { docsStructure } from "@/lib/sidebar-structure" ;
7
8
import { cn } from "@/lib/utils" ;
8
9
9
- import { docsStructure } from "../../../lib/sidebar-structure" ;
10
+
10
11
import SidebarItem from "./SidebarItem" ;
11
12
import { DocSidebarProps } from "./types" ;
12
13
import { useMobileSidebar } from './useMobileSidebar' ;
You can’t perform that action at this time.
0 commit comments