Skip to content

Commit

Permalink
build fixsed
Browse files Browse the repository at this point in the history
  • Loading branch information
richardgill committed Apr 1, 2024
1 parent 9b1ea8f commit 5036f17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/docs/src/layouts/guide-post.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
import { DashboardTableOfContents } from "@/components/Toc";
import { DashboardTableOfContents } from "@/components/TableOfContents";
import { buttonVariants } from "@/components/ui/Button";
import { getTableOfContents } from "@/lib/tableOfContents";
import { cn, formatDate } from "@/lib/utils";
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/src/pages/docs/[...slug].astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { MdxComponents } from "@/components/content/MdxComponents";
import DocsSidebarNav from "@/components/layout/SidebarNav.astro";
import DocsPageHeader from "@/components/PageHeader.astro";
import DocsPager from "@/components/Pager.astro";
import { DashboardTableOfContents } from "@/components/Toc";
import { DashboardTableOfContents } from "@/components/TableOfContents";
import { ScrollArea } from "@/components/ui/ScrollArea";
import { docsConfig } from "@/config/docs";
import MainLayout from "../../layouts/main-layout.astro";
Expand Down

0 comments on commit 5036f17

Please sign in to comment.