Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
zahidalidev committed Dec 24, 2024
1 parent 01abedf commit fe3cf68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
className="flex min-h-full bg-light-bg dark:bg-dark-bg"
>
<Providers>
<Chatbot />
{/* <Chatbot /> */}
<Layout>{children}</Layout>
</Providers>
</body>
Expand Down

0 comments on commit fe3cf68

Please sign in to comment.