fix: remove async from layout function
This commit is contained in:
@@ -7,7 +7,7 @@ import {
|
|||||||
UIDParams,
|
UIDParams,
|
||||||
} from "@/types/params"
|
} from "@/types/params"
|
||||||
|
|
||||||
export default async function ContentTypeLayout({
|
export default function ContentTypeLayout({
|
||||||
breadcrumbs,
|
breadcrumbs,
|
||||||
children,
|
children,
|
||||||
}: React.PropsWithChildren<
|
}: React.PropsWithChildren<
|
||||||
|
|||||||
Reference in New Issue
Block a user