diff --git a/src/components/docs-footer.tsx b/src/components/docs-footer.tsx index 08f1c84..85fdbca 100644 --- a/src/components/docs-footer.tsx +++ b/src/components/docs-footer.tsx @@ -4,6 +4,7 @@ import { ReactElement } from "react"; import { usePathname } from "next/navigation"; import Link from "next/link"; import { ChevronLeftIcon, ChevronRightIcon } from "@heroicons/react/24/outline"; +import { Separator } from "@/components/ui/separator"; const DocsFooter = ({ pages, @@ -21,25 +22,28 @@ const DocsFooter = ({ current < pages.length - 1 ? pages[current + 1] : undefined; return ( -