Skip to content

Commit

Permalink
example PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Germandrummer92 committed Jul 31, 2024
1 parent 2e2e6ae commit 2187b23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}: {
Expand Down

0 comments on commit 2187b23

Please sign in to comment.