Skip to content

Commit 8febf76

Browse files
committed
Update file structure for components
1 parent cd52221 commit 8febf76

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

peerprep/app/layout.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ export default function RootLayout({
1616
}) {
1717
return (
1818
<html lang="en">
19-
<body className={inter.className}>{children}</body>
19+
<body className={inter.className}>
20+
<h1>NavBar</h1>
21+
{children}
22+
</body>
2023
</html>
2124
)
2225
}

peerprep/components/homepage/PLACEHOLDER

Whitespace-only changes.

peerprep/components/shared/PLACEHOLDER

Whitespace-only changes.

0 commit comments

Comments
 (0)