type error
This commit is contained in:
parent
ae45ef8154
commit
39b6ea5613
|
|
@ -3,6 +3,7 @@ import Link from "next/link";
|
|||
import { BasePage } from "@/app/base-page";
|
||||
import { Separator } from "@/components/ui/separator";
|
||||
import { getPosts } from "@/lib/blog/query";
|
||||
import type { Post } from "@/types/blog";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Blog - OpenCut",
|
||||
|
|
|
|||
Loading…
Reference in New Issue