push API sandbox

This commit is contained in:
2025-04-18 23:50:08 +07:00
parent e0462b95e7
commit 88fa3ebed5
4 changed files with 12 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
import { Typography } from "@/components/docs/typography";
import { Typography } from "@/components/typography";
import { buttonVariants } from "@/components/ui/button";
import { Author, getAllBlogStaticPaths, getBlogForSlug } from "@/lib/markdown";
import { ArrowLeftIcon } from "lucide-react";
@@ -6,7 +6,7 @@ import Link from "next/link";
import { notFound } from "next/navigation";
import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar";
import { formatDate } from "@/lib/utils";
import { ScrollToTop } from "@/components/docs/scroll-to-top";
import { ScrollToTop } from "@/components/scroll-to-top";
type PageProps = {
params: { slug: string };