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, }: {