Skip to content

Commit bf789d7

Browse files
committed
Delete unnecessary type from root layout
1 parent 27117d2 commit bf789d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ export const metadata: Metadata = {
1313

1414
export default function RootLayout({
1515
children,
16-
}: Readonly<{
16+
}: {
1717
children: React.ReactNode
18-
}>) {
18+
}) {
1919
return (
2020
<html lang="en" suppressHydrationWarning>
2121
<body

0 commit comments

Comments
 (0)