Skip to content

Commit

Permalink
Fix path imports on main layout
Browse files Browse the repository at this point in the history
  • Loading branch information
delishad21 committed Oct 8, 2024
1 parent fbbed18 commit 26afcb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/peerprep/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function RootLayout({
<body
className={clsx(
"min-h-screen bg-background font-sans antialiased",
fontSans.variable,
fontSans.variable
)}
>
<Providers themeProps={{ attribute: "class", defaultTheme: "light" }}>
Expand Down

0 comments on commit 26afcb4

Please sign in to comment.