regenerate components

This commit is contained in:
2025-04-19 00:02:37 +07:00
parent 88fa3ebed5
commit dc768b782c
4 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
import { getPreviousNext } from "@/lib/markdown";
import { ChevronLeftIcon, ChevronRightIcon } from "lucide-react";
import Link from "next/link";
import { buttonVariants } from "../ui/button";
import { buttonVariants } from "@/components/ui/button";
export default function Pagination({ pathname }: { pathname: string }) {
const res = getPreviousNext(pathname);