type error

This commit is contained in:
Maze Winther 2026-02-07 23:57:19 +01:00
parent ae45ef8154
commit 39b6ea5613
1 changed files with 1 additions and 0 deletions

View File

@ -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",