diff --git a/frontend/src/app/[id]/layout.tsx b/frontend/src/app/[id]/layout.tsx index 2717856..f07140f 100644 --- a/frontend/src/app/[id]/layout.tsx +++ b/frontend/src/app/[id]/layout.tsx @@ -4,13 +4,11 @@ import Header from '/src/components/Header/Header' const Layout = async ({ children }: { children: React.ReactNode }) => <> - {/* @ts-expect-error Async Server Component */}
{children} - {/* @ts-expect-error Async Server Component */}