Skip to content

Commit

Permalink
Add console log to ClientLayout for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-ai-integration[bot] committed Jun 26, 2024
1 parent b0bd725 commit 6057c27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/src/app/client-layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ type Props = {
};

function ClientLayout({ children }: Props) {
console.log('Rendering ClientLayout');
return (
<ThemeProvider attribute="class" defaultTheme="system" enableSystem disableTransitionOnChange>
<SessionProvider refetchInterval={5 * 60} refetchOnWindowFocus={true}>
Expand Down

0 comments on commit 6057c27

Please sign in to comment.