changed stuff

This commit is contained in:
2024-06-27 07:58:29 +02:00
parent de212c367f
commit 2dca4a5a80
31 changed files with 153 additions and 136 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
'use server'
import { APIError } from "@/util/api/error";
import { Post } from "@/model/Models";
import { Post } from "@/models";
export async function tryFetchPost(request:Request, { params }: {params:{slug: string}}){