Skip to content

Commit

Permalink
Delete unnecessary type from root layout
Browse files Browse the repository at this point in the history
  • Loading branch information
OreQr committed Jan 7, 2025
1 parent 27117d2 commit bf789d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ export const metadata: Metadata = {

export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<body
Expand Down

0 comments on commit bf789d7

Please sign in to comment.