Switch BlogPost.tsx to use Supabase API
cgen-a17a02195ebf4fa3a01f54120c475be7
This commit is contained in:
parent
2d6bfd2ae1
commit
48ba57e02d
1 changed files with 0 additions and 1 deletions
|
|
@ -5,7 +5,6 @@ import { Card, CardContent, CardHeader, CardTitle, CardDescription } from "@/com
|
|||
import { Badge } from "@/components/ui/badge";
|
||||
import { User, Calendar } from "lucide-react";
|
||||
import NotFound from "./NotFound";
|
||||
import { fetchBuilderOne } from "@/lib/builder";
|
||||
|
||||
export default function BlogPost() {
|
||||
const { slug } = useParams<{ slug: string }>();
|
||||
|
|
|
|||
Loading…
Reference in a new issue