Skip to content

Commit

Permalink
Revert "Community Layout Fix"
Browse files Browse the repository at this point in the history
This reverts commit 62df0fc.
  • Loading branch information
shamim29 committed Jun 5, 2024
1 parent 2054c14 commit 4f7f18c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/app/community/layout.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
export const metadata = {
title: 'Next.js',
description: 'Generated by Next.js',
}

export default function RootLayout({ children }) {
return (
<html lang="en">
<body>{children}</body>
</html>
)
}

0 comments on commit 4f7f18c

Please sign in to comment.