fix: remove async from layout function

This commit is contained in:
Chuma McPhoy
2024-06-28 09:26:56 +02:00
parent 879b7abd82
commit f66645ffed

View File

@@ -7,7 +7,7 @@ import {
UIDParams,
} from "@/types/params"
export default async function ContentTypeLayout({
export default function ContentTypeLayout({
breadcrumbs,
children,
}: React.PropsWithChildren<