From 717a19d022d571f48731db68c6946f3cd6eaffd6 Mon Sep 17 00:00:00 2001 From: Mitesh Gupta Date: Mon, 25 Sep 2023 03:08:45 +0530 Subject: [PATCH] Fix: Type error --- app/[page]/layout.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/[page]/layout.tsx b/app/[page]/layout.tsx index 453253dca..18c04c1cc 100644 --- a/app/[page]/layout.tsx +++ b/app/[page]/layout.tsx @@ -6,7 +6,9 @@ export default function Layout({ children }: { children: React.ReactNode }) {
- {children} + + <>{children} +