Skip to content

Commit

Permalink
Resolved merge conflicts, updated
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhagarwal1 committed Oct 2, 2024
2 parents 208481e + 16e3366 commit 254df9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export default function RootLayout({
return (
<html lang="en">
<body className={`${workSans.className} bg-primary-grey-200`}>
{/* Add the NavBar here */}
<Room>{children}</Room>
</body>
</html>
Expand Down

0 comments on commit 254df9e

Please sign in to comment.