We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae45ef8 commit 39b6ea5Copy full SHA for 39b6ea5
apps/web/src/app/blog/page.tsx
@@ -3,6 +3,7 @@ import Link from "next/link";
3
import { BasePage } from "@/app/base-page";
4
import { Separator } from "@/components/ui/separator";
5
import { getPosts } from "@/lib/blog/query";
6
+import type { Post } from "@/types/blog";
7
8
export const metadata: Metadata = {
9
title: "Blog - OpenCut",
0 commit comments