From ba58789921f34481d36ae9f5edcfeb385c5bb50f Mon Sep 17 00:00:00 2001 From: Tiago Ribeiro Date: Mon, 16 Oct 2023 10:29:40 +0100 Subject: [PATCH] Updated the meta --- src/app/layout.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a2d4b60..d95a244 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -14,6 +14,9 @@ export const metadata: Metadata = { export default function RootLayout({children}: {children: React.ReactNode}) { return ( + + + {children} );