From ae7cb2f01a84a42f4512a958ee117046f39d80a3 Mon Sep 17 00:00:00 2001 From: shadcn Date: Fri, 4 Nov 2022 15:28:54 +0400 Subject: [PATCH] feat: add classes to html --- app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index 3786fbb..772502f 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -8,7 +8,7 @@ interface RootLayoutProps { export default function RootLayout({ children }: RootLayoutProps) { return ( - + {children}