From 7ed3b6158f01d8b19a23dca62642cd6fb079d45a Mon Sep 17 00:00:00 2001 From: shadcn Date: Wed, 23 Nov 2022 19:38:07 +0400 Subject: [PATCH] fix: break this --- app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index ac86488..c663ee4 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -17,7 +17,7 @@ interface RootLayoutProps { children: React.ReactNode } -export default function RootLayout({ children }: RootLayoutProps) { +function RootLayout({ children }: RootLayoutProps) { return (