Skip to content

Commit 39b6ea5

Browse files
committed
type error
1 parent ae45ef8 commit 39b6ea5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/web/src/app/blog/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import Link from "next/link";
33
import { BasePage } from "@/app/base-page";
44
import { Separator } from "@/components/ui/separator";
55
import { getPosts } from "@/lib/blog/query";
6+
import type { Post } from "@/types/blog";
67

78
export const metadata: Metadata = {
89
title: "Blog - OpenCut",

0 commit comments

Comments
 (0)