From 2187b2381770bf5fb1cbb38a56ade35ad7298abc Mon Sep 17 00:00:00 2001 From: Daniel Draper Date: Fri, 21 Jul 2023 12:02:58 +0200 Subject: [PATCH] example PR --- src/app/layout.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ae84562..91fc6db 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -4,11 +4,13 @@ import { Inter } from 'next/font/google' const inter = Inter({ subsets: ['latin'] }) +// noinspection JSUnusedGlobalSymbols export const metadata: Metadata = { title: 'Create Next App', description: 'Generated by create next app', } +// noinspection JSUnusedGlobalSymbols export default function RootLayout({ children, }: {