From ef69cbdb2fb1489e1006729f113f3513b2408f28 Mon Sep 17 00:00:00 2001 From: Felipe Rocha Date: Mon, 18 Mar 2024 18:18:50 -0300 Subject: [PATCH] feat: add new comment --- app/layout.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/layout.tsx b/app/layout.tsx index 6b46706..b3dc3ac 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -12,6 +12,8 @@ export const metadata: Metadata = { description: "Generated by create next app", }; +// new comment + export default function RootLayout({ children, }: Readonly<{